Class: SmartCsvImport::UnmatchedColumnWarning
- Inherits:
-
Struct
- Object
- Struct
- SmartCsvImport::UnmatchedColumnWarning
- Defined in:
- lib/smart_csv_import/result.rb
Instance Attribute Summary collapse
-
#column_name ⇒ Object
Returns the value of attribute column_name.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#column_name ⇒ Object
Returns the value of attribute column_name
7 8 9 |
# File 'lib/smart_csv_import/result.rb', line 7 def column_name @column_name end |
#message ⇒ Object
Returns the value of attribute message
7 8 9 |
# File 'lib/smart_csv_import/result.rb', line 7 def @message end |