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 = {}, = {}) get 'shifts', params, .merge(key: 'wheniwork_shifts') end |