Module: Hooker

Extended by:
Hooker
Included in:
Hooker
Defined in:
lib/hooker.rb,
lib/hooker/cli.rb,
lib/hooker/hooks.rb,
lib/hooker/repos.rb,
lib/hooker/version.rb

Defined Under Namespace

Modules: Hooks, Repos Classes: CLI

Constant Summary collapse

VERSION =
"0.0.1"

Instance Method Summary collapse

Instance Method Details

#clientObject



8
9
10
# File 'lib/hooker.rb', line 8

def client
  @client ||= Octokit::Client.new(access_token: ENV['GITHUB_OAUTH_TOKEN'])
end