Method: Mints::User#get_contacts

Defined in:
lib/user.rb

#get_contacts(options = nil) ⇒ Object

CRM #########################################

Get contacts.

Get a collection of contacts

Parameters



53
54
55
# File 'lib/user.rb', line 53

def get_contacts(options = nil)
  return @client.get__crm__contacts(options)
end