Sha256: 84f76e462e663e9504fd2cde275b77d9e703762817b275f321e328d521bb76f4
Contents?: true
Size: 198 Bytes
Versions: 1
Compression:
Stored size: 198 Bytes
Contents
class GithubApi attr_reader :api ORG = 'YTech' def initialize @api = Github.new( basic_auth: "#{ENV['GITHUB_API_USER']}:#{ENV['GITHUB_API_PASS']}", org: ORG ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
api_deploy-0.1.0 | lib/github.rb |