Method: OpenapiClient::PurchaseLabelWithoutShipment#hash

Defined in:
lib/openapi_client/models/purchase_label_without_shipment.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



116
117
118
# File 'lib/openapi_client/models/purchase_label_without_shipment.rb', line 116

def hash
  [validate_address, label_layout, label_format, label_download_type].hash
end