Class: HighLevel::Models::Conversations::SendReviewReplyDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::SendReviewReplyDto
- Defined in:
- lib/high_level/models/conversations/send_review_reply_dto.rb
Instance Attribute Summary collapse
-
#conversation_id ⇒ Object
readonly
Returns the value of attribute conversation_id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Attribute Details
#conversation_id ⇒ Object (readonly)
Returns the value of attribute conversation_id
9 10 11 |
# File 'lib/high_level/models/conversations/send_review_reply_dto.rb', line 9 def conversation_id @conversation_id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/conversations/send_review_reply_dto.rb', line 9 def location_id @location_id end |
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/high_level/models/conversations/send_review_reply_dto.rb', line 9 def @message end |