Class: Spree::NullPromotionAdjuster
- Inherits:
-
Object
- Object
- Spree::NullPromotionAdjuster
- Defined in:
- app/models/spree/null_promotion_adjuster.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(order) ⇒ NullPromotionAdjuster
constructor
A new instance of NullPromotionAdjuster.
Constructor Details
#initialize(order) ⇒ NullPromotionAdjuster
Returns a new instance of NullPromotionAdjuster.
5 6 7 |
# File 'app/models/spree/null_promotion_adjuster.rb', line 5 def initialize(order) @order = order end |
Instance Method Details
#call ⇒ Object
9 10 11 |
# File 'app/models/spree/null_promotion_adjuster.rb', line 9 def call @order end |