Method: Writefully.github_app

Defined in:
lib/writefully/loader.rb

.github_appObject



41
42
43
44
# File 'lib/writefully/loader.rb', line 41

def github_app
  @_github_app ||= Github.new(client_id:     options[:github_client], 
                              client_secret: options[:github_secret])
end