Class: SpreeSquare::CatalogImporter::Result
- Inherits:
-
Struct
- Object
- Struct
- SpreeSquare::CatalogImporter::Result
- Defined in:
- app/services/spree_square/catalog_importer.rb
Instance Attribute Summary collapse
-
#categories_count ⇒ Object
Returns the value of attribute categories_count.
-
#items_count ⇒ Object
Returns the value of attribute items_count.
-
#modifier_lists_count ⇒ Object
Returns the value of attribute modifier_lists_count.
Instance Attribute Details
#categories_count ⇒ Object
Returns the value of attribute categories_count
9 10 11 |
# File 'app/services/spree_square/catalog_importer.rb', line 9 def categories_count @categories_count end |
#items_count ⇒ Object
Returns the value of attribute items_count
9 10 11 |
# File 'app/services/spree_square/catalog_importer.rb', line 9 def items_count @items_count end |
#modifier_lists_count ⇒ Object
Returns the value of attribute modifier_lists_count
9 10 11 |
# File 'app/services/spree_square/catalog_importer.rb', line 9 def modifier_lists_count @modifier_lists_count end |