Class: IronAdmin::Import::Row
- Inherits:
-
Struct
- Object
- Struct
- IronAdmin::Import::Row
- Defined in:
- lib/iron_admin/import/import_result.rb,
lib/iron_admin/import/import_preview.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#number ⇒ Object
Returns the value of attribute number.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
5 6 7 |
# File 'lib/iron_admin/import/import_result.rb', line 5 def attributes @attributes end |
#errors ⇒ Object
Returns the value of attribute errors
5 6 7 |
# File 'lib/iron_admin/import/import_result.rb', line 5 def errors @errors end |
#number ⇒ Object
Returns the value of attribute number
5 6 7 |
# File 'lib/iron_admin/import/import_result.rb', line 5 def number @number end |