Sha256: 94219ed9f6165dd91ea38524016d0b715b3bfcc8f165b36e145bec204727bf37
Contents?: true
Size: 466 Bytes
Versions: 1
Compression:
Stored size: 466 Bytes
Contents
# frozen_string_literal: true require "inq/sources/github/issues" module Inq module Sources class Github ## # Fetches various information about GitHub Pull Requests class Pulls < Issues def url_suffix "pulls" end def singular_type "pull" end def type "pullRequests" end def pretty_type "pull request" end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inq-26.0.0 | lib/inq/sources/github/pulls.rb |