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