Method: WhenIWork::Client::Shifts#positions
- Defined in:
- lib/wheniwork/client/shifts.rb
#positions(params = {}, options = {}) ⇒ Object
4 5 6 |
# File 'lib/wheniwork/client/shifts.rb', line 4 def positions(params = {}, = {}) get 'positions', params, .merge(key: 'wheniwork_positions') end |