Method: AmzSpApi::FulfillmentInboundApiModel::InvalidSKU#hash
- Defined in:
- lib/fulfillment-inbound-api-model/models/invalid_sku.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
97 98 99 |
# File 'lib/fulfillment-inbound-api-model/models/invalid_sku.rb', line 97 def hash [seller_sku, error_reason].hash end |