Module: Deodorant::Config
- Defined in:
- lib/deodorant/config.rb
Class Method Summary collapse
Class Method Details
.gerrit_password ⇒ Object
8 9 10 |
# File 'lib/deodorant/config.rb', line 8 def self.gerrit_password ENV['GERRIT_PASSWORD'] end |
.gerrit_username ⇒ Object
4 5 6 |
# File 'lib/deodorant/config.rb', line 4 def self.gerrit_username ENV['GERRIT_USERNAME'] end |
.github_token ⇒ Object
12 13 14 |
# File 'lib/deodorant/config.rb', line 12 def self.github_token ENV['GITHUB_TOKEN'] end |