module GHFS
Constants
- NotFound
- ReadOnly
- VERSION
Public Class Methods
api()
click to toggle source
# File lib/github-fs.rb, line 22 def self.api @api ||= Octokit::Client.new(access_token: config.github_access_token) end
config()
click to toggle source
# File lib/github-fs.rb, line 18 def self.config GHFS::Config.instance end