Class: ActiveRecordCSVImporter::Configurator
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecordCSVImporter::Configurator
- Includes:
- Dsl
- Defined in:
- lib/activerecord_csv_importer.rb
Overview
Instance level config will run against this configurator
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
Method Summary
Methods included from Dsl
#batch_size, #column, #each_batch, #model, #on_duplicate_key
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
28 29 30 |
# File 'lib/activerecord_csv_importer.rb', line 28 def config @config end |