Module: Gitgut::Github
- Defined in:
- lib/gitgut/github.rb
Overview
A wrapper around an octokit client
Defined Under Namespace
Classes: PullRequest
Class Method Summary collapse
Class Method Details
.client ⇒ Object
6 7 8 |
# File 'lib/gitgut/github.rb', line 6 def self.client @client ||= Octokit::Client.new(login: Settings.github.login, password: Settings.github.password) end |