Method: Runcible::Resources::User#retrieve_all

Defined in:
lib/runcible/resources/user.rb

#retrieve_allRestClient::Response

Retrieves all users

Returns:

  • (RestClient::Response)


16
17
18
# File 'lib/runcible/resources/user.rb', line 16

def retrieve_all
  call(:get, path)
end