Method: Mints::User#get_contact

Defined in:
lib/user.rb

#get_contact(id, options = nil) ⇒ Object



57
58
59
# File 'lib/user.rb', line 57

def get_contact(id, options = nil)
  return @client.get__crm__contacts(id, options)
end