Class: HornOfPlenty::Adapters::Github::Responses::ListIssues
- Inherits:
-
HornOfPlenty::Adapters::Github::Response
- Object
- Response
- HornOfPlenty::Adapters::Github::Response
- HornOfPlenty::Adapters::Github::Responses::ListIssues
- Defined in:
- lib/horn_of_plenty/adapters/github/responses/list_issues.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
11 12 13 |
# File 'lib/horn_of_plenty/adapters/github/responses/list_issues.rb', line 11 def parser_class @parser_class ||= Parsers::Issue end |