Class: EasyAuto::Github

Inherits:
Object
  • Object
show all
Extended by:
ConfigManagerWrapper
Defined in:
lib/easy_auto/client_wrapper.rb

Class Method Summary collapse

Methods included from ConfigManagerWrapper

config_manager

Class Method Details

.clientObject



7
8
9
# File 'lib/easy_auto/client_wrapper.rb', line 7

def self.client
  Octokit::Client.new login: config_manager.github_email, access_token: config_manager.github_token
end