Class: PriceDrop
- Inherits:
-
Liquid::Simplero::Drop
- Object
- Liquid::Drop
- Liquid::Simplero::Drop
- PriceDrop
- Defined in:
- app/drops/price_drop.rb
Overview
PriceDrop represents price of ProductDrop
Instance Method Summary collapse
- #available_quantity ⇒ Boolean
- #cartable? ⇒ Boolean
- #description ⇒ String
- #has_installments? ⇒ Boolean
- #id ⇒ Integer
- #list_price_money_in ⇒ Integer
- #min_quantity ⇒ Boolean
- #price_type ⇒ Boolean
- #public_name ⇒ String
- #purchase_url ⇒ String
-
#quantity_options? ⇒ Boolean
Returns true if the user can choose from different quantities, false otherwise.
- #replaces_price ⇒ PriceDrop
Methods inherited from Liquid::Simplero::Drop
Instance Method Details
#available_quantity ⇒ Boolean
#cartable? ⇒ Boolean
#description ⇒ String
#has_installments? ⇒ Boolean
#id ⇒ Integer
#list_price_money_in ⇒ Integer
#min_quantity ⇒ Boolean
#price_type ⇒ Boolean
#public_name ⇒ String
#purchase_url ⇒ String
#quantity_options? ⇒ Boolean
Returns true if the user can choose from different quantities, false otherwise.