Method: Mints::User#get_companies

Defined in:
lib/user.rb

#get_companies(options = nil) ⇒ Object

Get companies.

Get a collection of companies

Parameters



74
75
76
# File 'lib/user.rb', line 74

def get_companies(options = nil)
  return @client.get__crm__companies(options)
end