Class: RedisVars::Config
- Inherits:
-
Object
- Object
- RedisVars::Config
- Defined in:
- lib/redis_vars/config.rb
Instance Method Summary collapse
Instance Method Details
#app_key ⇒ Object
7 8 9 |
# File 'lib/redis_vars/config.rb', line 7 def app_key ENV['APP_KEY'] || pwd end |
#pwd ⇒ Object
11 12 13 |
# File 'lib/redis_vars/config.rb', line 11 def pwd Dir.pwd.split('/').last end |
#url ⇒ Object
3 4 5 |
# File 'lib/redis_vars/config.rb', line 3 def url ENV['REDIS_VARS_URL'] end |