Class: HighLevel::Models::Conversations::SendReviewReplyDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversations/send_review_reply_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_idObject (readonly)

Returns the value of attribute conversation_id

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/conversations/send_review_reply_dto.rb', line 9

def location_id
  @location_id
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



9
10
11
# File 'lib/high_level/models/conversations/send_review_reply_dto.rb', line 9

def message
  @message
end