Method: Paychex::Client::Locations#location
- Defined in:
- lib/paychex/client/locations.rb
#location(company_id, location_id, options = {}) ⇒ Object
Get a specific location’s details
10 11 12 |
# File 'lib/paychex/client/locations.rb', line 10 def location(company_id, location_id, = {}) get("companies/#{company_id}/locations/#{location_id}") end |