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