Class: HighLevel::Models::Products::ListProductsResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::ListProductsResponseDto
- Defined in:
- lib/high_level/models/products/list_products_response_dto.rb
Instance Attribute Summary collapse
-
#products ⇒ Object
readonly
Returns the value of attribute products.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
Instance Attribute Details
#products ⇒ Object (readonly)
Returns the value of attribute products
9 10 11 |
# File 'lib/high_level/models/products/list_products_response_dto.rb', line 9 def products @products end |
#total ⇒ Object (readonly)
Returns the value of attribute total
9 10 11 |
# File 'lib/high_level/models/products/list_products_response_dto.rb', line 9 def total @total end |