Class: Spree::PromotionCodeBatch

Inherits:
Base
  • Object
show all
Includes:
SolidusLegacyPromotions::SpreePromotionCodeBatchDecorator
Defined in:
app/models/spree/promotion_code_batch.rb

Defined Under Namespace

Classes: CantProcessStartedBatch

Instance Method Summary collapse

Methods included from SolidusLegacyPromotions::SpreePromotionCodeBatchDecorator

#process

Instance Method Details

#finished?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'app/models/spree/promotion_code_batch.rb', line 14

def finished?
  state == "completed"
end