Class: Ey::Core::Client::Users
- Inherits:
-
Ey::Core::Collection
- Object
- Cistern::Collection
- Ey::Core::Collection
- Ey::Core::Client::Users
- Defined in:
- lib/ey-core/collections/users.rb
Instance Method Summary collapse
Methods inherited from Ey::Core::Collection
#==, #all, #collection_request, #collection_root, #create!, #each_entry, #each_page, #first, #get, #get!, #last_page, #load, #model_request, #model_root, #new_page, #next_page, #one, #page_parameters, #perform_get, #previous_page
Instance Method Details
#current ⇒ Object
9 10 11 |
# File 'lib/ey-core/collections/users.rb', line 9 def current new(connection.get_current_user.body["user"]) end |