Module: Deodorant::Config

Defined in:
lib/deodorant/config.rb

Class Method Summary collapse

Class Method Details

.gerrit_passwordObject



8
9
10
# File 'lib/deodorant/config.rb', line 8

def self.gerrit_password
  ENV['GERRIT_PASSWORD']
end

.gerrit_usernameObject



4
5
6
# File 'lib/deodorant/config.rb', line 4

def self.gerrit_username
  ENV['GERRIT_USERNAME']
end

.github_tokenObject



12
13
14
# File 'lib/deodorant/config.rb', line 12

def self.github_token
  ENV['GITHUB_TOKEN']
end