Class: HighLevel::Models::Products::GetProductStatsResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::GetProductStatsResponseDto
- Defined in:
- lib/high_level/models/products/get_product_stats_response_dto.rb
Instance Attribute Summary collapse
-
#excluded_from_store ⇒ Object
readonly
Returns the value of attribute excluded_from_store.
-
#included_in_store ⇒ Object
readonly
Returns the value of attribute included_in_store.
-
#total_products ⇒ Object
readonly
Returns the value of attribute total_products.
Instance Attribute Details
#excluded_from_store ⇒ Object (readonly)
Returns the value of attribute 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_store ⇒ Object (readonly)
Returns the value of attribute 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_products ⇒ Object (readonly)
Returns the value of attribute 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 |