Class: WhenIWork::Shift

Inherits:
Resource show all
Defined in:
lib/when-i-work/shift.rb

Class Method Summary collapse

Methods inherited from Resource

client

Class Method Details

.all(options = {}) ⇒ Object



3
4
5
# File 'lib/when-i-work/shift.rb', line 3

def self.all(options = {})
  client.get 'shifts', options
end