Class: HornOfPlenty::Adapters::Github::Response
- Defined in:
- lib/horn_of_plenty/adapters/github/response.rb
Direct Known Subclasses
HornOfPlenty::Adapters::Github::Responses::ListBoards, HornOfPlenty::Adapters::Github::Responses::ListCards, HornOfPlenty::Adapters::Github::Responses::ListIssues, HornOfPlenty::Adapters::Github::Responses::ListLanes, HornOfPlenty::Adapters::Github::Responses::ListPullRequests
Instance Attribute Summary
Attributes inherited from Response
Instance Method Summary collapse
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
#error ⇒ Object
9 10 11 12 |
# File 'lib/horn_of_plenty/adapters/github/response.rb', line 9 def error Github::Error.lookup(status_code, ) end |