Class: LightSwitch::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/light_switch/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cacheObject

Returns the value of attribute cache.



3
4
5
# File 'lib/light_switch/configuration.rb', line 3

def cache
  @cache
end

#cache_fetch_optionsObject

Returns the value of attribute cache_fetch_options.



3
4
5
# File 'lib/light_switch/configuration.rb', line 3

def cache_fetch_options
  @cache_fetch_options
end

#switchesObject

Returns the value of attribute switches.



3
4
5
# File 'lib/light_switch/configuration.rb', line 3

def switches
  @switches
end