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