Method: Octy::Core#initialize
- Defined in:
- lib/octy/core.rb
#initialize ⇒ Core
Returns a new instance of Core.
8 9 10 11 12 13 |
# File 'lib/octy/core.rb', line 8 def initialize = { access_token: ENV['GITHUB_ACCESS_TOKEN'] } @client = Octokit::Client.new() end |