module Tire::Model::Naming::InstanceMethods

Public Instance Methods

document_type() click to toggle source

Proxy to instance method `#document_type`.

# File lib/tire/model/naming.rb, line 91
def document_type
  instance.class.tire.document_type
end
index_name() click to toggle source

Proxy to class method `#index_name`.

# File lib/tire/model/naming.rb, line 85
def index_name
  instance.class.tire.index_name
end