Method: AmzSpApi::ProductPricingApiModel::GetOffersHttpStatusLine#hash

Defined in:
lib/product-pricing-api-model/models/get_offers_http_status_line.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



99
100
101
# File 'lib/product-pricing-api-model/models/get_offers_http_status_line.rb', line 99

def hash
  [status_code, reason_phrase].hash
end