Method: WhenIWork::Client::Shifts#shift

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

#shift(shift_id, params = {}, options = {}) ⇒ Object



22
23
24
# File 'lib/wheniwork/client/shifts.rb', line 22

def shift(shift_id, params = {}, options = {})
  get "shifts/#{shift_id}", params, options
end