class GithubClient::Client
Private Instance Methods
default_opts()
click to toggle source
# File lib/github_client/client.rb, line 15 def default_opts { host: host, access_token: access_token, } end
# File lib/github_client/client.rb, line 15 def default_opts { host: host, access_token: access_token, } end