Class: SmartCsvImport::Processor::RowProcessor::ChunkResult
- Inherits:
-
Struct
- Object
- Struct
- SmartCsvImport::Processor::RowProcessor::ChunkResult
- Defined in:
- lib/smart_csv_import/processor/row_processor.rb
Instance Attribute Summary collapse
-
#aborted_error ⇒ Object
Returns the value of attribute aborted_error.
-
#blank ⇒ Object
Returns the value of attribute blank.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#imported ⇒ Object
Returns the value of attribute imported.
Instance Attribute Details
#aborted_error ⇒ Object
Returns the value of attribute aborted_error
8 9 10 |
# File 'lib/smart_csv_import/processor/row_processor.rb', line 8 def aborted_error @aborted_error end |
#blank ⇒ Object
Returns the value of attribute blank
8 9 10 |
# File 'lib/smart_csv_import/processor/row_processor.rb', line 8 def blank @blank end |
#errors ⇒ Object
Returns the value of attribute errors
8 9 10 |
# File 'lib/smart_csv_import/processor/row_processor.rb', line 8 def errors @errors end |
#failed ⇒ Object
Returns the value of attribute failed
8 9 10 |
# File 'lib/smart_csv_import/processor/row_processor.rb', line 8 def failed @failed end |
#imported ⇒ Object
Returns the value of attribute imported
8 9 10 |
# File 'lib/smart_csv_import/processor/row_processor.rb', line 8 def imported @imported end |