Class: Cp8Cli::Github::Base
- Inherits:
-
Object
- Object
- Cp8Cli::Github::Base
- Defined in:
- lib/cp8_cli/github/base.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.configure(token:) ⇒ Object
8 9 10 |
# File 'lib/cp8_cli/github/base.rb', line 8 def self.configure(token:) self.client = Octokit::Client.new(access_token: token) end |