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

.clientObject



6
7
8
# File 'lib/gitgut/github.rb', line 6

def self.client
  @client ||= Octokit::Client.new(login: Settings.github., password: Settings.github.password)
end