Method: Printful::ItemInfo#hash
- Defined in:
- lib/printful_client/models/item_info.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
145 146 147 |
# File 'lib/printful_client/models/item_info.rb', line 145 def hash [variant_id, external_variant_id, warehouse_product_variant_id, quantity, value].hash end |