Method: WhenIWork::Client::Shifts#create_shift

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

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



26
27
28
# File 'lib/wheniwork/client/shifts.rb', line 26

def create_shift(params = {}, options = {})
  post "shifts/", params, options
end