Class: SpreeSquare::CatalogImporter::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/services/spree_square/catalog_importer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categories_countObject

Returns the value of attribute categories_count

Returns:

  • (Object)

    the current value of categories_count



9
10
11
# File 'app/services/spree_square/catalog_importer.rb', line 9

def categories_count
  @categories_count
end

#items_countObject

Returns the value of attribute items_count

Returns:

  • (Object)

    the current value of items_count



9
10
11
# File 'app/services/spree_square/catalog_importer.rb', line 9

def items_count
  @items_count
end

#modifier_lists_countObject

Returns the value of attribute modifier_lists_count

Returns:

  • (Object)

    the current value of modifier_lists_count



9
10
11
# File 'app/services/spree_square/catalog_importer.rb', line 9

def modifier_lists_count
  @modifier_lists_count
end