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