Class: LightSwitch::Configuration
- Inherits:
-
Object
- Object
- LightSwitch::Configuration
- Defined in:
- lib/light_switch/configuration.rb
Instance Attribute Summary collapse
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#cache_fetch_options ⇒ Object
Returns the value of attribute cache_fetch_options.
-
#switches ⇒ Object
Returns the value of attribute switches.
Instance Attribute Details
#cache ⇒ Object
Returns the value of attribute cache.
3 4 5 |
# File 'lib/light_switch/configuration.rb', line 3 def cache @cache end |
#cache_fetch_options ⇒ Object
Returns the value of attribute cache_fetch_options.
3 4 5 |
# File 'lib/light_switch/configuration.rb', line 3 def @cache_fetch_options end |
#switches ⇒ Object
Returns the value of attribute switches.
3 4 5 |
# File 'lib/light_switch/configuration.rb', line 3 def switches @switches end |