Method: UltracartClient::AutoOrderQuery#hash
- Defined in:
- lib/ultracart_api/models/auto_order_query.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
355 356 357 |
# File 'lib/ultracart_api/models/auto_order_query.rb', line 355 def hash [auto_order_code, card_type, city, company, country_code, customer_profile_oid, email, first_name, item_id, last_name, next_item_id, next_shipment_date_begin, next_shipment_date_end, original_item_id, original_order_date_begin, original_order_date_end, original_order_id, phone, postal_code, state, status].hash end |