Module: StatsWhisper::Config
- Included in:
- Caller
- Defined in:
- lib/stats_whisper/config.rb
Instance Method Summary collapse
Instance Method Details
#app_name ⇒ Object
14 15 16 |
# File 'lib/stats_whisper/config.rb', line 14 def app_name config['app_name'] || 'foo' end |
#config ⇒ Object
6 7 8 |
# File 'lib/stats_whisper/config.rb', line 6 def config @config ||= load_config end |
#whitelist ⇒ Object
10 11 12 |
# File 'lib/stats_whisper/config.rb', line 10 def whitelist config['whitelist'] || [] end |