Class: Cms9::Configuration
- Inherits:
-
Object
- Object
- Cms9::Configuration
- Defined in:
- lib/cms9.rb
Instance Attribute Summary collapse
-
#current_user ⇒ Object
Returns the value of attribute current_user.
-
#destroy_user_session ⇒ Object
Returns the value of attribute destroy_user_session.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
17 18 19 20 |
# File 'lib/cms9.rb', line 17 def initialize @current_user = false @destroy_user_session = false end |
Instance Attribute Details
#current_user ⇒ Object
Returns the value of attribute current_user.
15 16 17 |
# File 'lib/cms9.rb', line 15 def current_user @current_user end |
#destroy_user_session ⇒ Object
Returns the value of attribute destroy_user_session.
15 16 17 |
# File 'lib/cms9.rb', line 15 def destroy_user_session @destroy_user_session end |