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