Class: HighLevel::Models::Conversations::ForwardConfigDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::ForwardConfigDto
- Defined in:
- lib/high_level/models/conversations/forward_config_dto.rb
Instance Attribute Summary collapse
-
#email_message_id ⇒ Object
readonly
Returns the value of attribute email_message_id.
-
#forward_whole_thread ⇒ Object
readonly
Returns the value of attribute forward_whole_thread.
-
#is_forwarded ⇒ Object
readonly
Returns the value of attribute is_forwarded.
-
#message_id ⇒ Object
readonly
Returns the value of attribute message_id.
-
#recipient_contact_id ⇒ Object
readonly
Returns the value of attribute recipient_contact_id.
-
#recipient_conversation_id ⇒ Object
readonly
Returns the value of attribute recipient_conversation_id.
-
#source_contact_id ⇒ Object
readonly
Returns the value of attribute source_contact_id.
-
#source_conversation_id ⇒ Object
readonly
Returns the value of attribute source_conversation_id.
-
#to_email ⇒ Object
readonly
Returns the value of attribute to_email.
Instance Attribute Details
#email_message_id ⇒ Object (readonly)
Returns the value of attribute email_message_id
9 10 11 |
# File 'lib/high_level/models/conversations/forward_config_dto.rb', line 9 def @email_message_id end |
#forward_whole_thread ⇒ Object (readonly)
Returns the value of attribute forward_whole_thread
9 10 11 |
# File 'lib/high_level/models/conversations/forward_config_dto.rb', line 9 def forward_whole_thread @forward_whole_thread end |
#is_forwarded ⇒ Object (readonly)
Returns the value of attribute is_forwarded
9 10 11 |
# File 'lib/high_level/models/conversations/forward_config_dto.rb', line 9 def is_forwarded @is_forwarded end |
#message_id ⇒ Object (readonly)
Returns the value of attribute message_id
9 10 11 |
# File 'lib/high_level/models/conversations/forward_config_dto.rb', line 9 def @message_id end |
#recipient_contact_id ⇒ Object (readonly)
Returns the value of attribute recipient_contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/forward_config_dto.rb', line 9 def recipient_contact_id @recipient_contact_id end |
#recipient_conversation_id ⇒ Object (readonly)
Returns the value of attribute recipient_conversation_id
9 10 11 |
# File 'lib/high_level/models/conversations/forward_config_dto.rb', line 9 def recipient_conversation_id @recipient_conversation_id end |
#source_contact_id ⇒ Object (readonly)
Returns the value of attribute source_contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/forward_config_dto.rb', line 9 def source_contact_id @source_contact_id end |
#source_conversation_id ⇒ Object (readonly)
Returns the value of attribute source_conversation_id
9 10 11 |
# File 'lib/high_level/models/conversations/forward_config_dto.rb', line 9 def source_conversation_id @source_conversation_id end |
#to_email ⇒ Object (readonly)
Returns the value of attribute to_email
9 10 11 |
# File 'lib/high_level/models/conversations/forward_config_dto.rb', line 9 def to_email @to_email end |