Class: HighLevel::Models::Contacts::ContactsBusinessUpdate
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Contacts::ContactsBusinessUpdate
- Defined in:
- lib/high_level/models/contacts/contacts_business_update.rb
Instance Attribute Summary collapse
-
#business_id ⇒ Object
readonly
Returns the value of attribute business_id.
-
#ids ⇒ Object
readonly
Returns the value of attribute ids.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
Instance Attribute Details
#business_id ⇒ Object (readonly)
Returns the value of attribute business_id
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_business_update.rb', line 9 def business_id @business_id end |
#ids ⇒ Object (readonly)
Returns the value of attribute ids
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_business_update.rb', line 9 def ids @ids end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/contacts/contacts_business_update.rb', line 9 def location_id @location_id end |