Method: WhenIWork::Client::Shifts#shifts

Defined in:
lib/wheniwork/client/shifts.rb

#shifts(params = {}, options = {}) ⇒ Object



14
15
16
# File 'lib/wheniwork/client/shifts.rb', line 14

def shifts(params = {}, options = {})
  get 'shifts', params, options.merge(key: 'wheniwork_shifts')
end