Class: HasHelpers::Cards::Importer::Result
- Inherits:
-
Struct
- Object
- Struct
- HasHelpers::Cards::Importer::Result
- Defined in:
- app/importers/has_helpers/cards/importer.rb
Overview
Struct used to return a summary of the import operation.
Instance Attribute Summary collapse
-
#created_cards ⇒ Object
Returns the value of attribute created_cards.
-
#created_fields ⇒ Object
Returns the value of attribute created_fields.
-
#created_resources ⇒ Object
Returns the value of attribute created_resources.
-
#skipped_cards ⇒ Object
Returns the value of attribute skipped_cards.
-
#updated_cards ⇒ Object
Returns the value of attribute updated_cards.
-
#updated_fields ⇒ Object
Returns the value of attribute updated_fields.
-
#updated_resources ⇒ Object
Returns the value of attribute updated_resources.
Instance Attribute Details
#created_cards ⇒ Object
Returns the value of attribute created_cards
45 46 47 |
# File 'app/importers/has_helpers/cards/importer.rb', line 45 def created_cards @created_cards end |
#created_fields ⇒ Object
Returns the value of attribute created_fields
45 46 47 |
# File 'app/importers/has_helpers/cards/importer.rb', line 45 def created_fields @created_fields end |
#created_resources ⇒ Object
Returns the value of attribute created_resources
45 46 47 |
# File 'app/importers/has_helpers/cards/importer.rb', line 45 def created_resources @created_resources end |
#skipped_cards ⇒ Object
Returns the value of attribute skipped_cards
45 46 47 |
# File 'app/importers/has_helpers/cards/importer.rb', line 45 def skipped_cards @skipped_cards end |
#updated_cards ⇒ Object
Returns the value of attribute updated_cards
45 46 47 |
# File 'app/importers/has_helpers/cards/importer.rb', line 45 def updated_cards @updated_cards end |
#updated_fields ⇒ Object
Returns the value of attribute updated_fields
45 46 47 |
# File 'app/importers/has_helpers/cards/importer.rb', line 45 def updated_fields @updated_fields end |
#updated_resources ⇒ Object
Returns the value of attribute updated_resources
45 46 47 |
# File 'app/importers/has_helpers/cards/importer.rb', line 45 def updated_resources @updated_resources end |