Class: BulkImportReport::Row
- Inherits:
-
Struct
- Object
- Struct
- BulkImportReport::Row
- Defined in:
- backend/app/lib/bulk_import/bulk_import_report.rb
Instance Attribute Summary collapse
-
#archival_object_display ⇒ Object
Returns the value of attribute archival_object_display.
-
#archival_object_id ⇒ Object
Returns the value of attribute archival_object_id.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#info ⇒ Object
Returns the value of attribute info.
-
#ref_id ⇒ Object
Returns the value of attribute ref_id.
-
#row ⇒ Object
Returns the value of attribute row.
Instance Attribute Details
#archival_object_display ⇒ Object
Returns the value of attribute 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_id ⇒ Object
Returns the value of attribute 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 |
#errors ⇒ Object
Returns the value of attribute errors
66 67 68 |
# File 'backend/app/lib/bulk_import/bulk_import_report.rb', line 66 def errors @errors end |
#info ⇒ Object
Returns the value of attribute info
66 67 68 |
# File 'backend/app/lib/bulk_import/bulk_import_report.rb', line 66 def info @info end |
#ref_id ⇒ Object
Returns the value of attribute ref_id
66 67 68 |
# File 'backend/app/lib/bulk_import/bulk_import_report.rb', line 66 def ref_id @ref_id end |
#row ⇒ Object
Returns the value of attribute row
66 67 68 |
# File 'backend/app/lib/bulk_import/bulk_import_report.rb', line 66 def row @row end |