Method: OpenapiClient::TrackingInformation#hash
- Defined in:
- lib/openapi_client/models/tracking_information.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
253 254 255 |
# File 'lib/openapi_client/models/tracking_information.rb', line 253 def hash [tracking_number, status_code, status_description, carrier_status_code, carrier_status_description, ship_date, estimated_delivery_date, actual_delivery_date, exception_description, events].hash end |