Class: Workarea::Inventory::Policies::DisplayableWhenOutOfStock

Inherits:
Standard
  • Object
show all
Defined in:
app/models/workarea/inventory/policies/displayable_when_out_of_stock.rb

Instance Attribute Summary

Attributes inherited from Base

#sku

Instance Method Summary collapse

Methods inherited from Standard

#available_to_sell, #purchase

Methods inherited from Base

#available_to_sell, #initialize, #purchase

Constructor Details

This class inherits a constructor from Workarea::Inventory::Policies::Base

Instance Method Details

#displayable?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'app/models/workarea/inventory/policies/displayable_when_out_of_stock.rb', line 5

def displayable?
  true
end