class RemoteRecord::GitHub::Base

Defines the client that is used to fetch remote records from GitHub.

Private Instance Methods

client() click to toggle source
# File lib/remote_record/github/base.rb, line 9
def client
  Octokit::Client.new({ access_token: authorization }.compact)
end