Class: WhenIWork::Shift
Class Method Summary collapse
Methods inherited from Resource
Class Method Details
.all(options = {}) ⇒ Object
3 4 5 |
# File 'lib/when-i-work/shift.rb', line 3 def self.all( = {}) client.get('shifts', ).body end |