Class: HornOfPlenty::Adapters::Github::Responses::ListPullRequests
- Inherits:
-
HornOfPlenty::Adapters::Github::Response
- Object
- Response
- HornOfPlenty::Adapters::Github::Response
- HornOfPlenty::Adapters::Github::Responses::ListPullRequests
- Defined in:
- lib/horn_of_plenty/adapters/github/responses/list_pull_requests.rb
Instance Attribute Summary
Attributes inherited from Response
Instance Method Summary collapse
Methods inherited from HornOfPlenty::Adapters::Github::Response
Methods inherited from Response
#body, #initialize, #items, parse, #result, #status_code, #status_message, #successful?
Constructor Details
This class inherits a constructor from HornOfPlenty::Response
Instance Method Details
#parser_class ⇒ Object
10 11 12 |
# File 'lib/horn_of_plenty/adapters/github/responses/list_pull_requests.rb', line 10 def parser_class @parser_class ||= Parsers::PullRequest end |