Method: AmzSpApi::ProductPricingApiModel::GetOffersHttpStatusLine#==
- Defined in:
- lib/product-pricing-api-model/models/get_offers_http_status_line.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
84 85 86 87 88 89 |
# File 'lib/product-pricing-api-model/models/get_offers_http_status_line.rb', line 84 def ==(o) return true if self.equal?(o) self.class == o.class && status_code == o.status_code && reason_phrase == o.reason_phrase end |