Class: Ghub::Endpoints::Users::Root

Inherits:
Object
  • Object
show all
Defined in:
lib/ghub/endpoints/users/root.rb

Overview

Provides access to the users API endpoint.

Instance Method Summary collapse

Instance Method Details

#indexObject



10
# File 'lib/ghub/endpoints/users/root.rb', line 10

def index(...) = index_action.call(...)

#showObject



12
# File 'lib/ghub/endpoints/users/root.rb', line 12

def show(...) = show_action.call(...)