Class: ActiveRecordCSVImporter::Configurator

Inherits:
Struct
  • Object
show all
Includes:
Dsl
Defined in:
lib/activerecord_csv_importer.rb

Overview

Instance level config will run against this configurator

Instance Attribute Summary collapse

Method Summary

Methods included from Dsl

#batch_size, #column, #each_batch, #model, #on_duplicate_key

Instance Attribute Details

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



28
29
30
# File 'lib/activerecord_csv_importer.rb', line 28

def config
  @config
end