class Spree::Core::Environment

Attributes

calculators[RW]
preferences[RW]
promotions[RW]

Public Class Methods

new(spree_config) click to toggle source
# File lib/spree/core/environment.rb, line 15
def initialize(spree_config)
  @calculators = Calculators.new
  @preferences = spree_config
  @promotions = Promotions.new
end