class PrGet::Client

Public Class Methods

new(**args) click to toggle source
# File lib/pr_get/client.rb, line 7
def initialize(**args)
  @github = Github.new user: args[:user], repo: args[:repo], oauth_token: args[:oauth_token]
end

Public Instance Methods