Class: HighLevel::Models::Contacts::ContactsSearchSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Contacts::ContactsSearchSchema
- Defined in:
- lib/high_level/models/contacts/contacts_search_schema.rb
Instance Attribute Summary collapse
-
#attributions ⇒ Object
readonly
Returns the value of attribute attributions.
-
#business_id ⇒ Object
readonly
Returns the value of attribute business_id.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#custom_fields ⇒ Object
readonly
Returns the value of attribute custom_fields.
-
#date_added ⇒ Object
readonly
Returns the value of attribute date_added.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#followers ⇒ Object
readonly
Returns the value of attribute followers.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
-
#timezone ⇒ Object
readonly
Returns the value of attribute timezone.
Instance Attribute Details
#attributions ⇒ Object (readonly)
Returns the value of attribute attributions
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_search_schema.rb', line 9 def attributions @attributions end |
#business_id ⇒ Object (readonly)
Returns the value of attribute business_id
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_search_schema.rb', line 9 def business_id @business_id end |
#country ⇒ Object (readonly)
Returns the value of attribute country
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_search_schema.rb', line 9 def country @country end |
#custom_fields ⇒ Object (readonly)
Returns the value of attribute custom_fields
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_search_schema.rb', line 9 def custom_fields @custom_fields end |
#date_added ⇒ Object (readonly)
Returns the value of attribute date_added
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_search_schema.rb', line 9 def date_added @date_added end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_search_schema.rb', line 9 def email @email end |
#followers ⇒ Object (readonly)
Returns the value of attribute followers
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_search_schema.rb', line 9 def followers @followers end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_search_schema.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_search_schema.rb', line 9 def location_id @location_id end |
#source ⇒ Object (readonly)
Returns the value of attribute source
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_search_schema.rb', line 9 def source @source end |
#tags ⇒ Object (readonly)
Returns the value of attribute tags
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_search_schema.rb', line 9 def @tags end |
#timezone ⇒ Object (readonly)
Returns the value of attribute timezone
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_search_schema.rb', line 9 def timezone @timezone end |