Class: HornOfPlenty::Adapters::Github::Responses::ListLanes

Inherits:
HornOfPlenty::Adapters::Github::Response show all
Defined in:
lib/horn_of_plenty/adapters/github/responses/list_lanes.rb

Instance Attribute Summary

Attributes inherited from Response

#raw_response

Instance Method Summary collapse

Methods inherited from HornOfPlenty::Adapters::Github::Response

#error

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_classObject



10
11
12
# File 'lib/horn_of_plenty/adapters/github/responses/list_lanes.rb', line 10

def parser_class
  @parser_class ||= Parsers::Lane
end