Class: Lesli::Configuration
- Inherits:
-
Object
- Object
- Lesli::Configuration
- Defined in:
- lib/lesli/configuration.rb
Instance Attribute Summary collapse
-
#company ⇒ Object
Returns the value of attribute company.
-
#datetime ⇒ Object
Returns the value of attribute datetime.
-
#demo ⇒ Object
Returns the value of attribute demo.
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#layout ⇒ Object
Returns the value of attribute layout.
-
#locales ⇒ Object
Returns the value of attribute locales.
-
#mailer ⇒ Object
Returns the value of attribute mailer.
-
#path_after_login ⇒ Object
Returns the value of attribute path_after_login.
-
#security ⇒ Object
Returns the value of attribute security.
-
#theme ⇒ Object
Returns the value of attribute theme.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
37 38 39 40 |
# File 'lib/lesli/configuration.rb', line 37 def initialize @demo = false @company = {} end |
Instance Attribute Details
#company ⇒ Object
Returns the value of attribute company.
35 36 37 |
# File 'lib/lesli/configuration.rb', line 35 def company @company end |
#datetime ⇒ Object
Returns the value of attribute datetime.
35 36 37 |
# File 'lib/lesli/configuration.rb', line 35 def datetime @datetime end |
#demo ⇒ Object
Returns the value of attribute demo.
35 36 37 |
# File 'lib/lesli/configuration.rb', line 35 def demo @demo end |
#instance ⇒ Object
Returns the value of attribute instance.
35 36 37 |
# File 'lib/lesli/configuration.rb', line 35 def instance @instance end |
#layout ⇒ Object
Returns the value of attribute layout.
35 36 37 |
# File 'lib/lesli/configuration.rb', line 35 def layout @layout end |
#locales ⇒ Object
Returns the value of attribute locales.
35 36 37 |
# File 'lib/lesli/configuration.rb', line 35 def locales @locales end |
#mailer ⇒ Object
Returns the value of attribute mailer.
35 36 37 |
# File 'lib/lesli/configuration.rb', line 35 def mailer @mailer end |
#path_after_login ⇒ Object
Returns the value of attribute path_after_login.
35 36 37 |
# File 'lib/lesli/configuration.rb', line 35 def path_after_login @path_after_login end |
#security ⇒ Object
Returns the value of attribute security.
35 36 37 |
# File 'lib/lesli/configuration.rb', line 35 def security @security end |
#theme ⇒ Object
Returns the value of attribute theme.
35 36 37 |
# File 'lib/lesli/configuration.rb', line 35 def theme @theme end |