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