Class: HighLevel::Models::Conversations::ConversationDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::ConversationDto
- Defined in:
- lib/high_level/models/conversations/conversation_dto.rb
Instance Attribute Summary collapse
-
#assigned_to ⇒ Object
readonly
Returns the value of attribute assigned_to.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#inbox ⇒ Object
readonly
Returns the value of attribute inbox.
-
#last_message_body ⇒ Object
readonly
Returns the value of attribute last_message_body.
-
#last_message_date ⇒ Object
readonly
Returns the value of attribute last_message_date.
-
#last_message_type ⇒ Object
readonly
Returns the value of attribute last_message_type.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#starred ⇒ Object
readonly
Returns the value of attribute starred.
-
#unread_count ⇒ Object
readonly
Returns the value of attribute unread_count.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Attribute Details
#assigned_to ⇒ Object (readonly)
Returns the value of attribute assigned_to
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_dto.rb', line 9 def assigned_to @assigned_to end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_dto.rb', line 9 def contact_id @contact_id end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_dto.rb', line 9 def deleted @deleted end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_dto.rb', line 9 def id @id end |
#inbox ⇒ Object (readonly)
Returns the value of attribute inbox
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_dto.rb', line 9 def inbox @inbox end |
#last_message_body ⇒ Object (readonly)
Returns the value of attribute last_message_body
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_dto.rb', line 9 def @last_message_body end |
#last_message_date ⇒ Object (readonly)
Returns the value of attribute last_message_date
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_dto.rb', line 9 def @last_message_date end |
#last_message_type ⇒ Object (readonly)
Returns the value of attribute last_message_type
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_dto.rb', line 9 def @last_message_type end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_dto.rb', line 9 def location_id @location_id end |
#starred ⇒ Object (readonly)
Returns the value of attribute starred
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_dto.rb', line 9 def starred @starred end |
#unread_count ⇒ Object (readonly)
Returns the value of attribute unread_count
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_dto.rb', line 9 def unread_count @unread_count end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_dto.rb', line 9 def user_id @user_id end |