Method: Retailcrm#status_groups
- Defined in:
- lib/retailcrm.rb
#status_groups ⇒ Object
Get status groups
599 600 601 602 |
# File 'lib/retailcrm.rb', line 599 def status_groups url = "#{@url}reference/status-groups" make_request(url) end |