Class: Lesli::Configuration
- Inherits:
-
Object
- Object
- Lesli::Configuration
- Defined in:
- lib/lesli/configuration.rb
Instance Attribute Summary collapse
-
#audit ⇒ Object
Returns the value of attribute audit.
-
#babel ⇒ Object
Returns the value of attribute babel.
-
#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.
-
#mailer ⇒ Object
Returns the value of attribute mailer.
-
#security ⇒ Object
Returns the value of attribute security.
-
#shield ⇒ Object
Returns the value of attribute shield.
-
#support ⇒ Object
Returns the value of attribute support.
-
#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.
49 50 51 52 |
# File 'lib/lesli/configuration.rb', line 49 def initialize @demo = false @company = {} end |
Instance Attribute Details
#audit ⇒ Object
Returns the value of attribute audit.
44 45 46 |
# File 'lib/lesli/configuration.rb', line 44 def audit @audit end |
#babel ⇒ Object
Returns the value of attribute babel.
47 48 49 |
# File 'lib/lesli/configuration.rb', line 47 def babel @babel end |
#company ⇒ Object
Returns the value of attribute company.
36 37 38 |
# File 'lib/lesli/configuration.rb', line 36 def company @company end |
#datetime ⇒ Object
Returns the value of attribute datetime.
38 39 40 |
# File 'lib/lesli/configuration.rb', line 38 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.
37 38 39 |
# File 'lib/lesli/configuration.rb', line 37 def instance @instance end |
#layout ⇒ Object
Returns the value of attribute layout.
41 42 43 |
# File 'lib/lesli/configuration.rb', line 41 def layout @layout end |
#mailer ⇒ Object
Returns the value of attribute mailer.
43 44 45 |
# File 'lib/lesli/configuration.rb', line 43 def mailer @mailer end |
#security ⇒ Object
Returns the value of attribute security.
39 40 41 |
# File 'lib/lesli/configuration.rb', line 39 def security @security end |
#shield ⇒ Object
Returns the value of attribute shield.
46 47 48 |
# File 'lib/lesli/configuration.rb', line 46 def shield @shield end |
#support ⇒ Object
Returns the value of attribute support.
45 46 47 |
# File 'lib/lesli/configuration.rb', line 45 def support @support end |
#theme ⇒ Object
Returns the value of attribute theme.
40 41 42 |
# File 'lib/lesli/configuration.rb', line 40 def theme @theme end |