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