Class: Spree::Core::StockConfiguration
- Inherits:
-
Object
- Object
- Spree::Core::StockConfiguration
- Defined in:
- lib/spree/core/stock_configuration.rb
Instance Attribute Summary collapse
Instance Attribute Details
#estimator_class ⇒ Object
6 7 8 9 |
# File 'lib/spree/core/stock_configuration.rb', line 6 def estimator_class @estimator_class ||= '::Spree::Stock::Estimator' @estimator_class.constantize end |