module Hooker
Constants
- VERSION
Public Instance Methods
client()
click to toggle source
# File lib/hooker.rb, line 8 def client @client ||= Octokit::Client.new(access_token: ENV['GITHUB_OAUTH_TOKEN']) end
# File lib/hooker.rb, line 8 def client @client ||= Octokit::Client.new(access_token: ENV['GITHUB_OAUTH_TOKEN']) end