Class: HighLevel::Models::Conversations::ConversationSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversations/conversation_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idObject (readonly)

Returns the value of attribute contact_id

Returns:

  • (Object)

    the current value of contact_id



9
10
11
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9

def contact_id
  @contact_id
end

#contact_nameObject (readonly)

Returns the value of attribute contact_name

Returns:

  • (Object)

    the current value of contact_name



9
10
11
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9

def contact_name
  @contact_name
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9

def email
  @email
end

#full_nameObject (readonly)

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



9
10
11
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9

def full_name
  @full_name
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9

def id
  @id
end

#last_message_bodyObject (readonly)

Returns the value of attribute last_message_body

Returns:

  • (Object)

    the current value of last_message_body



9
10
11
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9

def last_message_body
  @last_message_body
end

#last_message_typeObject (readonly)

Returns the value of attribute last_message_type

Returns:

  • (Object)

    the current value of last_message_type



9
10
11
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9

def last_message_type
  @last_message_type
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9

def location_id
  @location_id
end

#phoneObject (readonly)

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



9
10
11
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9

def phone
  @phone
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9

def type
  @type
end

#unread_countObject (readonly)

Returns the value of attribute unread_count

Returns:

  • (Object)

    the current value of unread_count



9
10
11
# File 'lib/high_level/models/conversations/conversation_schema.rb', line 9

def unread_count
  @unread_count
end