Class: HighLevel::Models::Conversations::ProcessMessageBodyDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::ProcessMessageBodyDto
- Defined in:
- lib/high_level/models/conversations/process_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.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#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.
-
#direction ⇒ Object
readonly
Returns the value of attribute direction.
-
#email_bcc ⇒ Object
readonly
Returns the value of attribute email_bcc.
-
#email_cc ⇒ Object
readonly
Returns the value of attribute email_cc.
-
#email_from ⇒ Object
readonly
Returns the value of attribute email_from.
-
#email_message_id ⇒ Object
readonly
Returns the value of attribute email_message_id.
-
#email_to ⇒ Object
readonly
Returns the value of attribute email_to.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
-
#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_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_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_message_body_dto.rb', line 9 def call @call end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_body_dto.rb', line 9 def contact_id @contact_id end |
#conversation_id ⇒ Object (readonly)
Returns the value of attribute conversation_id
9 10 11 |
# File 'lib/high_level/models/conversations/process_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_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_message_body_dto.rb', line 9 def date @date end |
#direction ⇒ Object (readonly)
Returns the value of attribute direction
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_body_dto.rb', line 9 def direction @direction end |
#email_bcc ⇒ Object (readonly)
Returns the value of attribute email_bcc
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_body_dto.rb', line 9 def email_bcc @email_bcc end |
#email_cc ⇒ Object (readonly)
Returns the value of attribute email_cc
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_body_dto.rb', line 9 def email_cc @email_cc end |
#email_from ⇒ Object (readonly)
Returns the value of attribute email_from
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_body_dto.rb', line 9 def email_from @email_from end |
#email_message_id ⇒ Object (readonly)
Returns the value of attribute email_message_id
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_body_dto.rb', line 9 def @email_message_id end |
#email_to ⇒ Object (readonly)
Returns the value of attribute email_to
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_body_dto.rb', line 9 def email_to @email_to end |
#html ⇒ Object (readonly)
Returns the value of attribute html
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_body_dto.rb', line 9 def html @html end |
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_body_dto.rb', line 9 def @message end |
#subject ⇒ Object (readonly)
Returns the value of attribute subject
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_body_dto.rb', line 9 def subject @subject end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/conversations/process_message_body_dto.rb', line 9 def type @type end |