Class: Ghub::Endpoints::Pulls::Root

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

Overview

Provides access to the pulls API endpoint.

Instance Method Summary collapse

Instance Method Details

#indexObject



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

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

#showObject



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

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