Class: BulkImportReport::Row

Inherits:
Struct
  • Object
show all
Defined in:
backend/app/lib/bulk_import/bulk_import_report.rb

Instance Attribute Summary collapse

Instance Attribute Details

#archival_object_displayObject

Returns the value of attribute archival_object_display

Returns:

  • (Object)

    the current value of archival_object_display



66
67
68
# File 'backend/app/lib/bulk_import/bulk_import_report.rb', line 66

def archival_object_display
  @archival_object_display
end

#archival_object_idObject

Returns the value of attribute archival_object_id

Returns:

  • (Object)

    the current value of archival_object_id



66
67
68
# File 'backend/app/lib/bulk_import/bulk_import_report.rb', line 66

def archival_object_id
  @archival_object_id
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



66
67
68
# File 'backend/app/lib/bulk_import/bulk_import_report.rb', line 66

def errors
  @errors
end

#infoObject

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



66
67
68
# File 'backend/app/lib/bulk_import/bulk_import_report.rb', line 66

def info
  @info
end

#ref_idObject

Returns the value of attribute ref_id

Returns:

  • (Object)

    the current value of ref_id



66
67
68
# File 'backend/app/lib/bulk_import/bulk_import_report.rb', line 66

def ref_id
  @ref_id
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



66
67
68
# File 'backend/app/lib/bulk_import/bulk_import_report.rb', line 66

def row
  @row
end