Class: Spree::Core::Configuration
- Inherits:
-
Preferences::RuntimeConfiguration
- Object
- Preferences::RuntimeConfiguration
- Spree::Core::Configuration
- Defined in:
- lib/spree/core/configuration.rb
Instance Attribute Summary collapse
-
#searcher_class ⇒ Object
writeonly
Sets the attribute searcher_class.
Method Summary
Methods inherited from Preferences::RuntimeConfiguration
#configure, defaults, deprecations, #get, #initialize, preference, #reset, #set
Constructor Details
This class inherits a constructor from Spree::Preferences::RuntimeConfiguration
Instance Attribute Details
#searcher_class=(value) ⇒ Object (writeonly)
Sets the attribute searcher_class
81 82 83 |
# File 'lib/spree/core/configuration.rb', line 81 def searcher_class=(value) @searcher_class = value end |