Class: HighLevel::Models::Contacts::UpsertContactDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Contacts::UpsertContactDto
- Defined in:
- lib/high_level/models/contacts/upsert_contact_dto.rb
Instance Attribute Summary collapse
-
#address1 ⇒ Object
readonly
Returns the value of attribute address1.
-
#assigned_to ⇒ Object
readonly
Returns the value of attribute assigned_to.
-
#city ⇒ Object
readonly
Returns the value of attribute city.
-
#company_name ⇒ Object
readonly
Returns the value of attribute company_name.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#create_new_if_duplicate_allowed ⇒ Object
readonly
Returns the value of attribute create_new_if_duplicate_allowed.
-
#custom_fields ⇒ Object
readonly
Returns the value of attribute custom_fields.
-
#date_of_birth ⇒ Object
readonly
Returns the value of attribute date_of_birth.
-
#dnd ⇒ Object
readonly
Returns the value of attribute dnd.
-
#dnd_settings ⇒ Object
readonly
Returns the value of attribute dnd_settings.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#gender ⇒ Object
readonly
Returns the value of attribute gender.
-
#inbound_dnd_settings ⇒ Object
readonly
Returns the value of attribute inbound_dnd_settings.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#phone ⇒ Object
readonly
Returns the value of attribute phone.
-
#postal_code ⇒ Object
readonly
Returns the value of attribute postal_code.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
-
#timezone ⇒ Object
readonly
Returns the value of attribute timezone.
-
#website ⇒ Object
readonly
Returns the value of attribute website.
Instance Attribute Details
#address1 ⇒ Object (readonly)
Returns the value of attribute address1
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def address1 @address1 end |
#assigned_to ⇒ Object (readonly)
Returns the value of attribute assigned_to
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def assigned_to @assigned_to end |
#city ⇒ Object (readonly)
Returns the value of attribute city
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def city @city end |
#company_name ⇒ Object (readonly)
Returns the value of attribute company_name
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def company_name @company_name end |
#country ⇒ Object (readonly)
Returns the value of attribute country
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def country @country end |
#create_new_if_duplicate_allowed ⇒ Object (readonly)
Returns the value of attribute create_new_if_duplicate_allowed
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def create_new_if_duplicate_allowed @create_new_if_duplicate_allowed end |
#custom_fields ⇒ Object (readonly)
Returns the value of attribute custom_fields
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def custom_fields @custom_fields end |
#date_of_birth ⇒ Object (readonly)
Returns the value of attribute date_of_birth
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def date_of_birth @date_of_birth end |
#dnd ⇒ Object (readonly)
Returns the value of attribute dnd
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def dnd @dnd end |
#dnd_settings ⇒ Object (readonly)
Returns the value of attribute dnd_settings
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def dnd_settings @dnd_settings end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def email @email end |
#first_name ⇒ Object (readonly)
Returns the value of attribute first_name
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def first_name @first_name end |
#gender ⇒ Object (readonly)
Returns the value of attribute gender
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def gender @gender end |
#inbound_dnd_settings ⇒ Object (readonly)
Returns the value of attribute inbound_dnd_settings
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def inbound_dnd_settings @inbound_dnd_settings end |
#last_name ⇒ Object (readonly)
Returns the value of attribute last_name
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def last_name @last_name end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def name @name end |
#phone ⇒ Object (readonly)
Returns the value of attribute phone
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def phone @phone end |
#postal_code ⇒ Object (readonly)
Returns the value of attribute postal_code
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def postal_code @postal_code end |
#source ⇒ Object (readonly)
Returns the value of attribute source
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def source @source end |
#state ⇒ Object (readonly)
Returns the value of attribute state
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def state @state end |
#tags ⇒ Object (readonly)
Returns the value of attribute tags
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def @tags end |
#timezone ⇒ Object (readonly)
Returns the value of attribute timezone
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def timezone @timezone end |
#website ⇒ Object (readonly)
Returns the value of attribute website
9 10 11 |
# File 'lib/high_level/models/contacts/upsert_contact_dto.rb', line 9 def website @website end |