Class: SmartCsvImport::RowError
- Inherits:
-
Struct
- Object
- Struct
- SmartCsvImport::RowError
- Defined in:
- lib/smart_csv_import/result.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#row ⇒ Object
Returns the value of attribute row.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
4 5 6 |
# File 'lib/smart_csv_import/result.rb', line 4 def column @column end |
#messages ⇒ Object
Returns the value of attribute messages
4 5 6 |
# File 'lib/smart_csv_import/result.rb', line 4 def @messages end |
#row ⇒ Object
Returns the value of attribute row
4 5 6 |
# File 'lib/smart_csv_import/result.rb', line 4 def row @row end |