Class: WhenIWork::User

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

Class Method Summary collapse

Methods inherited from Resource

client

Class Method Details

.all(options = {}) ⇒ Object



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

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