Class: IronAdmin::Import::ImportPreview
- Inherits:
-
Struct
- Object
- Struct
- IronAdmin::Import::ImportPreview
- Defined in:
- lib/iron_admin/import/import_preview.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#mapping ⇒ Object
Returns the value of attribute mapping.
-
#rows ⇒ Object
Returns the value of attribute rows.
-
#total_rows ⇒ Object
Returns the value of attribute total_rows.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
8 9 10 |
# File 'lib/iron_admin/import/import_preview.rb', line 8 def errors @errors end |
#headers ⇒ Object
Returns the value of attribute headers
8 9 10 |
# File 'lib/iron_admin/import/import_preview.rb', line 8 def headers @headers end |
#mapping ⇒ Object
Returns the value of attribute mapping
8 9 10 |
# File 'lib/iron_admin/import/import_preview.rb', line 8 def mapping @mapping end |
#rows ⇒ Object
Returns the value of attribute rows
8 9 10 |
# File 'lib/iron_admin/import/import_preview.rb', line 8 def rows @rows end |
#total_rows ⇒ Object
Returns the value of attribute total_rows
8 9 10 |
# File 'lib/iron_admin/import/import_preview.rb', line 8 def total_rows @total_rows end |