Class: Workarea::Fulfillment::Policies::Shipping

Inherits:
Base
  • Object
show all
Defined in:
app/models/workarea/fulfillment/policies/shipping.rb

Instance Attribute Summary

Attributes inherited from Base

#sku

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

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

Instance Method Details

#processObject



5
6
7
# File 'app/models/workarea/fulfillment/policies/shipping.rb', line 5

def process(*)
  # no op
end