Method: AmzSpApi::FulfillmentInboundApiModel::InvalidSKU#hash

Defined in:
lib/fulfillment-inbound-api-model/models/invalid_sku.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



97
98
99
# File 'lib/fulfillment-inbound-api-model/models/invalid_sku.rb', line 97

def hash
  [seller_sku, error_reason].hash
end