Class: HighLevel::Models::Conversations::ConversationDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#assigned_toObject (readonly)

Returns the value of attribute assigned_to

Returns:

  • (Object)

    the current value of assigned_to



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

def assigned_to
  @assigned_to
end

#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_dto.rb', line 9

def contact_id
  @contact_id
end

#deletedObject (readonly)

Returns the value of attribute deleted

Returns:

  • (Object)

    the current value of deleted



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

def deleted
  @deleted
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_dto.rb', line 9

def id
  @id
end

#inboxObject (readonly)

Returns the value of attribute inbox

Returns:

  • (Object)

    the current value of inbox



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

def inbox
  @inbox
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_dto.rb', line 9

def last_message_body
  @last_message_body
end

#last_message_dateObject (readonly)

Returns the value of attribute last_message_date

Returns:

  • (Object)

    the current value of last_message_date



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

def last_message_date
  @last_message_date
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_dto.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_dto.rb', line 9

def location_id
  @location_id
end

#starredObject (readonly)

Returns the value of attribute starred

Returns:

  • (Object)

    the current value of starred



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

def starred
  @starred
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_dto.rb', line 9

def unread_count
  @unread_count
end

#user_idObject (readonly)

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



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

def user_id
  @user_id
end