Class: HighLevel::Models::Products::GetProductStatsResponseDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/products/get_product_stats_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#excluded_from_storeObject (readonly)

Returns the value of attribute excluded_from_store

Returns:

  • (Object)

    the current value of excluded_from_store



9
10
11
# File 'lib/high_level/models/products/get_product_stats_response_dto.rb', line 9

def excluded_from_store
  @excluded_from_store
end

#included_in_storeObject (readonly)

Returns the value of attribute included_in_store

Returns:

  • (Object)

    the current value of included_in_store



9
10
11
# File 'lib/high_level/models/products/get_product_stats_response_dto.rb', line 9

def included_in_store
  @included_in_store
end

#total_productsObject (readonly)

Returns the value of attribute total_products

Returns:

  • (Object)

    the current value of total_products



9
10
11
# File 'lib/high_level/models/products/get_product_stats_response_dto.rb', line 9

def total_products
  @total_products
end