Class: Spree::PromotionCodeBatch
- Inherits:
-
Base
- Object
- Base
- Spree::PromotionCodeBatch
- Defined in:
- app/models/spree/promotion_code_batch.rb
Defined Under Namespace
Classes: CantProcessStartedBatch
Instance Method Summary collapse
Methods included from SolidusLegacyPromotions::SpreePromotionCodeBatchDecorator
Instance Method Details
#finished? ⇒ Boolean
14 15 16 |
# File 'app/models/spree/promotion_code_batch.rb', line 14 def finished? state == "completed" end |