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