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