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, options = {})
  get("companies/#{company_id}/workers", options)
end