Module: Tire::Model::Import::Strategy::Base
- Included in:
- ActiveRecord, Default, Kaminari, Mongoid, WillPaginate
- Defined in:
- lib/tire/model/import.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#klass ⇒ Object
readonly
Returns the value of attribute klass.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
Instance Attribute Details
#index ⇒ Object (readonly)
Returns the value of attribute index.
48 49 50 |
# File 'lib/tire/model/import.rb', line 48 def index @index end |
#klass ⇒ Object (readonly)
Returns the value of attribute klass.
48 49 50 |
# File 'lib/tire/model/import.rb', line 48 def klass @klass end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
48 49 50 |
# File 'lib/tire/model/import.rb', line 48 def @options end |