Class: SpreeSquare::Modifier
- Inherits:
-
Object
- Object
- SpreeSquare::Modifier
- Defined in:
- app/models/spree_square/modifier.rb
Overview
Mirrors a single Square MODIFIER (e.g. "Extra cheese", +$1.50).
Instance Method Summary collapse
Instance Method Details
#price ⇒ Object
12 |
# File 'app/models/spree_square/modifier.rb', line 12 def price = price_cents / 100.0 |