class HornOfPlenty::Adapters::Github::Responses::ListLanes

Public Instance Methods

parser_class() click to toggle source
# File lib/horn_of_plenty/adapters/github/responses/list_lanes.rb, line 10
def parser_class
  @parser_class ||= Parsers::Lane
end