class PayrollHero::Api::V4::Shifts

Public Instance Methods

list(**params) click to toggle source
# File lib/payroll_hero/api/v4/shifts.rb, line 5
def list(**params)
  client.get '/api/v4/shifts', params
end