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