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