Class: Kms::LineItemDrop
- Inherits:
-
Liquor::Drop
- Object
- Liquor::Drop
- Kms::LineItemDrop
- Defined in:
- lib/drops/kms/line_item_drop.rb
Instance Method Summary collapse
Instance Method Details
#price ⇒ Object
5 6 7 |
# File 'lib/drops/kms/line_item_drop.rb', line 5 def price source.variant.price.to_s end |
#title ⇒ Object
13 14 15 |
# File 'lib/drops/kms/line_item_drop.rb', line 13 def title [source.variant.product.name, source.variant.name].compact.join(' - ') end |
#total ⇒ Object
9 10 11 |
# File 'lib/drops/kms/line_item_drop.rb', line 9 def total source.total.to_s end |