Method: BaseCRM::CallOutcomesService#all
- Defined in:
- lib/basecrm/services/call_outcomes_service.rb
#all ⇒ Enumerable
Retrieve all call outcomes
get ‘/call_outcomes’
If you want to use filtering or sorting (see #where).
15 16 17 |
# File 'lib/basecrm/services/call_outcomes_service.rb', line 15 def all PaginatedResource.new(self) end |