Module: GithubTools
- Extended by:
- GithubTools
- Included in:
- GithubTools
- Defined in:
- lib/github_tools.rb,
lib/github_tools/cli.rb,
lib/github_tools/version.rb,
lib/github_tools/configuration.rb
Defined Under Namespace
Modules: Configuration Classes: CLI
Constant Summary collapse
- VERSION =
"0.0.1"
Instance Method Summary collapse
Instance Method Details
#client ⇒ Object
11 12 13 |
# File 'lib/github_tools.rb', line 11 def client client = Octokit::Client.new(:access_token => Configuration.token) end |