module GithubTools
Constants
- VERSION
Public Instance Methods
client()
click to toggle source
# File lib/github_tools.rb, line 11 def client client = Octokit::Client.new(:access_token => Configuration.token) end