class HornOfPlenty::Adapters::Github::Responses::ListPullRequests

Public Instance Methods

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