Method: Paychex::Client::Workers#workers
- Defined in:
- lib/paychex/client/workers.rb
#workers(company_id, options = {}) ⇒ Object
Get a list of the workers of the company
5 6 7 |
# File 'lib/paychex/client/workers.rb', line 5 def workers(company_id, = {}) get("companies/#{company_id}/workers", ) end |