Module: ActiveRecordImporter::Importable::InstanceMethods
- Defined in:
- lib/active_record_importer/importable.rb
Instance Attribute Summary collapse
-
#importing ⇒ Object
Returns the value of attribute importing.
Instance Method Summary collapse
Instance Attribute Details
#importing ⇒ Object
Returns the value of attribute importing.
118 119 120 |
# File 'lib/active_record_importer/importable.rb', line 118 def importing @importing end |
Instance Method Details
#importing? ⇒ Boolean
120 121 122 |
# File 'lib/active_record_importer/importable.rb', line 120 def importing? @importing ||= false end |