Class: HighLevel::Models::Conversations::ConversationSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::ConversationSchema
- Defined in:
- lib/high_level/models/conversations/conversation_schema.rb
Instance Attribute Summary collapse
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#contact_name ⇒ Object
readonly
Returns the value of attribute contact_name.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#full_name ⇒ Object
readonly
Returns the value of attribute full_name.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#last_message_body ⇒ Object
readonly
Returns the value of attribute last_message_body.
-
#last_message_type ⇒ Object
readonly
Returns the value of attribute last_message_type.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#phone ⇒ Object
readonly
Returns the value of attribute phone.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#unread_count ⇒ Object
readonly
Returns the value of attribute unread_count.
Instance Attribute Details
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9 def contact_id @contact_id end |
#contact_name ⇒ Object (readonly)
Returns the value of attribute contact_name
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9 def contact_name @contact_name end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9 def email @email end |
#full_name ⇒ Object (readonly)
Returns the value of attribute full_name
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9 def full_name @full_name end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9 def id @id end |
#last_message_body ⇒ Object (readonly)
Returns the value of attribute last_message_body
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9 def @last_message_body end |
#last_message_type ⇒ Object (readonly)
Returns the value of attribute last_message_type
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_schema.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_schema.rb', line 9 def location_id @location_id end |
#phone ⇒ Object (readonly)
Returns the value of attribute phone
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9 def phone @phone end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9 def type @type end |
#unread_count ⇒ Object (readonly)
Returns the value of attribute unread_count
9 10 11 |
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9 def unread_count @unread_count end |