Method: Mints::User#get_companies
- Defined in:
- lib/user.rb
#get_companies(options = nil) ⇒ Object
Get companies.
Get a collection of companies
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
74 75 76 |
# File 'lib/user.rb', line 74 def get_companies( = nil) return @client.get__crm__companies() end |