Method: Runcible::Resources::User#retrieve_all
- Defined in:
- lib/runcible/resources/user.rb
#retrieve_all ⇒ RestClient::Response
Retrieves all users
16 17 18 |
# File 'lib/runcible/resources/user.rb', line 16 def retrieve_all call(:get, path) end |