Module: Beta::Configuration
- Included in:
- Beta
- Defined in:
- lib/beta/configuration.rb
Instance Attribute Summary collapse
-
#environments ⇒ Object
Returns the value of attribute environments.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#redirect_url ⇒ Object
Returns the value of attribute redirect_url.
-
#redis ⇒ Object
Returns the value of attribute redis.
-
#uid ⇒ Object
Returns the value of attribute uid.
Instance Method Summary collapse
Instance Attribute Details
#environments ⇒ Object
Returns the value of attribute environments.
3 4 5 |
# File 'lib/beta/configuration.rb', line 3 def environments @environments end |
#namespace ⇒ Object
Returns the value of attribute namespace.
3 4 5 |
# File 'lib/beta/configuration.rb', line 3 def namespace @namespace end |
#redirect_url ⇒ Object
Returns the value of attribute redirect_url.
3 4 5 |
# File 'lib/beta/configuration.rb', line 3 def redirect_url @redirect_url end |
#redis ⇒ Object
Returns the value of attribute redis.
3 4 5 |
# File 'lib/beta/configuration.rb', line 3 def redis @redis end |
#uid ⇒ Object
Returns the value of attribute uid.
3 4 5 |
# File 'lib/beta/configuration.rb', line 3 def uid @uid end |
Instance Method Details
#config {|_self| ... } ⇒ Object
5 6 7 |
# File 'lib/beta/configuration.rb', line 5 def config yield self end |