Class: Brevio::Session::Config::Configuration
- Inherits:
-
Object
- Object
- Brevio::Session::Config::Configuration
- Defined in:
- lib/brevio/session/config.rb
Instance Attribute Summary collapse
-
#debug ⇒ Object
(also: #debug?)
Returns the value of attribute debug.
-
#encryption_key ⇒ Object
Returns the value of attribute encryption_key.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#production ⇒ Object
(also: #production?)
Returns the value of attribute production.
-
#redis ⇒ Object
Returns the value of attribute redis.
-
#session_cookie ⇒ Object
Returns the value of attribute session_cookie.
-
#session_expire ⇒ Object
Returns the value of attribute session_expire.
Instance Attribute Details
#debug ⇒ Object Also known as: debug?
Returns the value of attribute debug.
14 15 16 |
# File 'lib/brevio/session/config.rb', line 14 def debug @debug end |
#encryption_key ⇒ Object
Returns the value of attribute encryption_key.
14 15 16 |
# File 'lib/brevio/session/config.rb', line 14 def encryption_key @encryption_key end |
#logger ⇒ Object
Returns the value of attribute logger.
14 15 16 |
# File 'lib/brevio/session/config.rb', line 14 def logger @logger end |
#production ⇒ Object Also known as: production?
Returns the value of attribute production.
14 15 16 |
# File 'lib/brevio/session/config.rb', line 14 def production @production end |
#redis ⇒ Object
Returns the value of attribute redis.
14 15 16 |
# File 'lib/brevio/session/config.rb', line 14 def redis @redis end |
#session_cookie ⇒ Object
Returns the value of attribute session_cookie.
14 15 16 |
# File 'lib/brevio/session/config.rb', line 14 def @session_cookie end |
#session_expire ⇒ Object
Returns the value of attribute session_expire.
14 15 16 |
# File 'lib/brevio/session/config.rb', line 14 def session_expire @session_expire end |