Class: HighLevel::Models::Conversations::ProcessOutboundMessageBodyDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::ProcessOutboundMessageBodyDto
- Defined in:
- lib/high_level/models/conversations/process_outbound_message_body_dto.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#attachments ⇒ Object
readonly
Returns the value of attribute attachments.
-
#call ⇒ Object
readonly
Returns the value of attribute call.
-
#conversation_id ⇒ Object
readonly
Returns the value of attribute conversation_id.
-
#conversation_provider_id ⇒ Object
readonly
Returns the value of attribute conversation_provider_id.
-
#date ⇒ Object
readonly
Returns the value of attribute date.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/conversations/process_outbound_message_body_dto.rb', line 9 def alt_id @alt_id end |
#attachments ⇒ Object (readonly)
Returns the value of attribute attachments
9 10 11 |
# File 'lib/high_level/models/conversations/process_outbound_message_body_dto.rb', line 9 def @attachments end |
#call ⇒ Object (readonly)
Returns the value of attribute call
9 10 11 |
# File 'lib/high_level/models/conversations/process_outbound_message_body_dto.rb', line 9 def call @call end |
#conversation_id ⇒ Object (readonly)
Returns the value of attribute conversation_id
9 10 11 |
# File 'lib/high_level/models/conversations/process_outbound_message_body_dto.rb', line 9 def conversation_id @conversation_id end |
#conversation_provider_id ⇒ Object (readonly)
Returns the value of attribute conversation_provider_id
9 10 11 |
# File 'lib/high_level/models/conversations/process_outbound_message_body_dto.rb', line 9 def conversation_provider_id @conversation_provider_id end |
#date ⇒ Object (readonly)
Returns the value of attribute date
9 10 11 |
# File 'lib/high_level/models/conversations/process_outbound_message_body_dto.rb', line 9 def date @date end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/conversations/process_outbound_message_body_dto.rb', line 9 def type @type end |