Class: Ghub::Endpoints::Users::Root
- Inherits:
-
Object
- Object
- Ghub::Endpoints::Users::Root
- Defined in:
- lib/ghub/endpoints/users/root.rb
Overview
Provides access to the users API endpoint.
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
10 |
# File 'lib/ghub/endpoints/users/root.rb', line 10 def index(...) = index_action.call(...) |
#show ⇒ Object
12 |
# File 'lib/ghub/endpoints/users/root.rb', line 12 def show(...) = show_action.call(...) |