Class: SpreeCmCommissioner::InventoryHold

Inherits:
Base
  • Object
show all
Includes:
StoreMetadata
Defined in:
app/models/spree_cm_commissioner/inventory_hold.rb

Instance Method Summary collapse

Instance Method Details

#finalized?Boolean

Returns:

  • (Boolean)


23
24
25
# File 'app/models/spree_cm_commissioner/inventory_hold.rb', line 23

def finalized?
  converted? || released?
end