Method: Mints::User#get_contacts
- Defined in:
- lib/user.rb
#get_contacts(options = nil) ⇒ Object
CRM #########################################
Get contacts.
Get a collection of contacts
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
53 54 55 |
# File 'lib/user.rb', line 53 def get_contacts( = nil) return @client.get__crm__contacts() end |