module Deodorant::Config
Public Class Methods
gerrit_password()
click to toggle source
# File lib/deodorant/config.rb, line 8 def self.gerrit_password ENV['GERRIT_PASSWORD'] end
gerrit_username()
click to toggle source
# File lib/deodorant/config.rb, line 4 def self.gerrit_username ENV['GERRIT_USERNAME'] end
github_token()
click to toggle source
# File lib/deodorant/config.rb, line 12 def self.github_token ENV['GITHUB_TOKEN'] end