Method: UltracartClient::OrderShipping#hash
- Defined in:
- lib/ultracart_api/models/order_shipping.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
655 656 657 |
# File 'lib/ultracart_api/models/order_shipping.rb', line 655 def hash [address1, address2, city, company, country_code, day_phone, day_phone_e164, delivery_date, evening_phone, evening_phone_e164, first_name, last_name, least_cost_route, least_cost_route_shipping_methods, lift_gate, pickup_dts, postal_code, rma, ship_on_date, ship_to_residential, shipping_3rd_party_account_number, shipping_date, shipping_department_status, shipping_method, shipping_method_accounting_code, special_instructions, state_region, title, tracking_number_details, tracking_numbers, weight].hash end |