Class: ONIX::Price
Instance Method Summary collapse
-
#initialize ⇒ Price
constructor
A new instance of Price.
Constructor Details
#initialize ⇒ Price
Returns a new instance of Price.
21 22 23 |
# File 'lib/onix/price.rb', line 21 def initialize self.discounts_coded = [] end |