Module: Importer::InstanceMethods
- Defined in:
- lib/importer.rb
Instance Method Summary collapse
-
#merge_attributes_on_import(import, attributes) ⇒ Object
Overload
merge_attributes_on_importmethod if you need the detected attributes merged to an object in some specific way.
Instance Method Details
#merge_attributes_on_import(import, attributes) ⇒ Object
Overload merge_attributes_on_import method if you need the detected attributes merged to an object in some specific way. By default detected attributes are literally assigned to an object.
98 99 100 |
# File 'lib/importer.rb', line 98 def merge_attributes_on_import(import, attributes) self.attributes = attributes end |