Class: HighLevel::Models::Conversations::GetEmailMessageResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::GetEmailMessageResponseDto
- Defined in:
- lib/high_level/models/conversations/get_email_message_response_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.
-
#bcc ⇒ Object
readonly
Returns the value of attribute bcc.
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#cc ⇒ Object
readonly
Returns the value of attribute cc.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#content_type ⇒ Object
readonly
Returns the value of attribute content_type.
-
#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_added ⇒ Object
readonly
Returns the value of attribute date_added.
-
#direction ⇒ Object
readonly
Returns the value of attribute direction.
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#reply_to_message_id ⇒ Object
readonly
Returns the value of attribute reply_to_message_id.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
-
#thread_id ⇒ Object
readonly
Returns the value of attribute thread_id.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_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/get_email_message_response_dto.rb', line 9 def @attachments end |
#bcc ⇒ Object (readonly)
Returns the value of attribute bcc
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def bcc @bcc end |
#body ⇒ Object (readonly)
Returns the value of attribute body
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def body @body end |
#cc ⇒ Object (readonly)
Returns the value of attribute cc
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def cc @cc end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def contact_id @contact_id end |
#content_type ⇒ Object (readonly)
Returns the value of attribute content_type
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def content_type @content_type end |
#conversation_id ⇒ Object (readonly)
Returns the value of attribute conversation_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_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/get_email_message_response_dto.rb', line 9 def conversation_provider_id @conversation_provider_id end |
#date_added ⇒ Object (readonly)
Returns the value of attribute date_added
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def date_added @date_added end |
#direction ⇒ Object (readonly)
Returns the value of attribute direction
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def direction @direction end |
#from ⇒ Object (readonly)
Returns the value of attribute from
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def from @from end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def location_id @location_id end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def provider @provider end |
#reply_to_message_id ⇒ Object (readonly)
Returns the value of attribute reply_to_message_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def @reply_to_message_id end |
#source ⇒ Object (readonly)
Returns the value of attribute source
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def source @source end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def status @status end |
#subject ⇒ Object (readonly)
Returns the value of attribute subject
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def subject @subject end |
#thread_id ⇒ Object (readonly)
Returns the value of attribute thread_id
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def thread_id @thread_id end |
#to ⇒ Object (readonly)
Returns the value of attribute to
9 10 11 |
# File 'lib/high_level/models/conversations/get_email_message_response_dto.rb', line 9 def to @to end |