Module: PaychexAPI::Client::Statuses

Defined in:
lib/paychex_api/client/statuses.rb

Instance Method Summary collapse

Instance Method Details

#company_status(params = {}) ⇒ Object



4
5
6
# File 'lib/paychex_api/client/statuses.rb', line 4

def company_status(params={})
  get("#{API_PATH}#{STATUS_PATH}/company", params)
end

#user_status(params = {}) ⇒ Object



8
9
10
# File 'lib/paychex_api/client/statuses.rb', line 8

def user_status(params={})
  get("#{API_PATH}#{STATUS_PATH}/user", params)
end

#worker_status(params = {}) ⇒ Object



12
13
14
# File 'lib/paychex_api/client/statuses.rb', line 12

def worker_status(params={})
  get("#{API_PATH}#{STATUS_PATH}/worker", params)
end