Class: HighLevel::Models::Contacts::CreateContactDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/contacts/create_contact_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#address1Object (readonly)

Returns the value of attribute address1

Returns:

  • (Object)

    the current value of address1



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def address1
  @address1
end

#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/contacts/create_contact_dto.rb', line 9

def assigned_to
  @assigned_to
end

#cityObject (readonly)

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def city
  @city
end

#company_nameObject (readonly)

Returns the value of attribute company_name

Returns:

  • (Object)

    the current value of company_name



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def company_name
  @company_name
end

#countryObject (readonly)

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def country
  @country
end

#custom_fieldsObject (readonly)

Returns the value of attribute custom_fields

Returns:

  • (Object)

    the current value of custom_fields



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def custom_fields
  @custom_fields
end

#date_of_birthObject (readonly)

Returns the value of attribute date_of_birth

Returns:

  • (Object)

    the current value of date_of_birth



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def date_of_birth
  @date_of_birth
end

#dndObject (readonly)

Returns the value of attribute dnd

Returns:

  • (Object)

    the current value of dnd



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def dnd
  @dnd
end

#dnd_settingsObject (readonly)

Returns the value of attribute dnd_settings

Returns:

  • (Object)

    the current value of dnd_settings



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def dnd_settings
  @dnd_settings
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def email
  @email
end

#first_nameObject (readonly)

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def first_name
  @first_name
end

#genderObject (readonly)

Returns the value of attribute gender

Returns:

  • (Object)

    the current value of gender



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def gender
  @gender
end

#inbound_dnd_settingsObject (readonly)

Returns the value of attribute inbound_dnd_settings

Returns:

  • (Object)

    the current value of inbound_dnd_settings



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def inbound_dnd_settings
  @inbound_dnd_settings
end

#last_nameObject (readonly)

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def last_name
  @last_name
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/contacts/create_contact_dto.rb', line 9

def location_id
  @location_id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def name
  @name
end

#phoneObject (readonly)

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def phone
  @phone
end

#postal_codeObject (readonly)

Returns the value of attribute postal_code

Returns:

  • (Object)

    the current value of postal_code



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def postal_code
  @postal_code
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def source
  @source
end

#stateObject (readonly)

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def state
  @state
end

#tagsObject (readonly)

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def tags
  @tags
end

#timezoneObject (readonly)

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def timezone
  @timezone
end

#websiteObject (readonly)

Returns the value of attribute website

Returns:

  • (Object)

    the current value of website



9
10
11
# File 'lib/high_level/models/contacts/create_contact_dto.rb', line 9

def website
  @website
end