Class: HighLevel::Models::Products::UpdateProductReviewDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::UpdateProductReviewDto
- Defined in:
- lib/high_level/models/products/update_product_review_dto.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#headline ⇒ Object
readonly
Returns the value of attribute headline.
-
#product_id ⇒ Object
readonly
Returns the value of attribute product_id.
-
#rating ⇒ Object
readonly
Returns the value of attribute rating.
-
#reply ⇒ Object
readonly
Returns the value of attribute reply.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/products/update_product_review_dto.rb', line 9 def alt_id @alt_id end |
#alt_type ⇒ Object (readonly)
Returns the value of attribute alt_type
9 10 11 |
# File 'lib/high_level/models/products/update_product_review_dto.rb', line 9 def alt_type @alt_type end |
#detail ⇒ Object (readonly)
Returns the value of attribute detail
9 10 11 |
# File 'lib/high_level/models/products/update_product_review_dto.rb', line 9 def detail @detail end |
#headline ⇒ Object (readonly)
Returns the value of attribute headline
9 10 11 |
# File 'lib/high_level/models/products/update_product_review_dto.rb', line 9 def headline @headline end |
#product_id ⇒ Object (readonly)
Returns the value of attribute product_id
9 10 11 |
# File 'lib/high_level/models/products/update_product_review_dto.rb', line 9 def product_id @product_id end |
#rating ⇒ Object (readonly)
Returns the value of attribute rating
9 10 11 |
# File 'lib/high_level/models/products/update_product_review_dto.rb', line 9 def @rating end |
#reply ⇒ Object (readonly)
Returns the value of attribute reply
9 10 11 |
# File 'lib/high_level/models/products/update_product_review_dto.rb', line 9 def reply @reply end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/products/update_product_review_dto.rb', line 9 def status @status end |