Class: SmartCsvImport::Processor::RowProcessor::ChunkResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/smart_csv_import/processor/row_processor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aborted_errorObject

Returns the value of attribute aborted_error

Returns:

  • (Object)

    the current value of aborted_error



8
9
10
# File 'lib/smart_csv_import/processor/row_processor.rb', line 8

def aborted_error
  @aborted_error
end

#blankObject

Returns the value of attribute blank

Returns:

  • (Object)

    the current value of blank



8
9
10
# File 'lib/smart_csv_import/processor/row_processor.rb', line 8

def blank
  @blank
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



8
9
10
# File 'lib/smart_csv_import/processor/row_processor.rb', line 8

def errors
  @errors
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



8
9
10
# File 'lib/smart_csv_import/processor/row_processor.rb', line 8

def failed
  @failed
end

#importedObject

Returns the value of attribute imported

Returns:

  • (Object)

    the current value of imported



8
9
10
# File 'lib/smart_csv_import/processor/row_processor.rb', line 8

def imported
  @imported
end