Module: Workarea::PriceAdjustmentExtension

Defined in:
app/models/workarea/price_adjustment_extension.rb

Instance Method Summary collapse

Instance Method Details

#adjusting(*args) ⇒ Object



3
4
5
# File 'app/models/workarea/price_adjustment_extension.rb', line 3

def adjusting(*args)
  PriceAdjustmentSet.new(self).adjusting(*args)
end

#discountsObject



7
8
9
# File 'app/models/workarea/price_adjustment_extension.rb', line 7

def discounts
  PriceAdjustmentSet.new(self).discounts
end

#reduce_by_description(*args) ⇒ Object



15
16
17
# File 'app/models/workarea/price_adjustment_extension.rb', line 15

def reduce_by_description(*args)
  PriceAdjustmentSet.new(self).reduce_by_description(*args)
end

#sumObject



11
12
13
# File 'app/models/workarea/price_adjustment_extension.rb', line 11

def sum
  PriceAdjustmentSet.new(self).sum
end