Sha256: eec33012a6ee6005b76d0abd78becbb592a3d2d81ab1d6c398423981c0f18a81
Contents?: true
Size: 459 Bytes
Versions: 3
Compression:
Stored size: 459 Bytes
Contents
module Octogate module GH autoload :Commit , "octogate/gh/commit" autoload :Repository , "octogate/gh/repository" autoload :User , "octogate/gh/user" autoload :PullRequest , "octogate/gh/pull_request" autoload :Issue , "octogate/gh/issue" autoload :Label , "octogate/gh/label" autoload :IssueComment , "octogate/gh/issue_comment" autoload :ReviewComment, "octogate/gh/review_comment" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
octogate-0.4.0 | lib/octogate/gh.rb |
octogate-0.3.0 | lib/octogate/gh.rb |
octogate-0.2.2 | lib/octogate/gh.rb |