Method: BaseCRM::ContactsService#all
- Defined in:
- lib/basecrm/services/contacts_service.rb
#all ⇒ Enumerable
Retrieve all contacts
get ‘/contacts’
If you want to use filtering or sorting (see #where).
17 18 19 |
# File 'lib/basecrm/services/contacts_service.rb', line 17 def all PaginatedResource.new(self) end |