Method: UltracartClient::IntegrationLogQueryRequest#hash
- Defined in:
- lib/ultracart_api/models/integration_log_query_request.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
239 240 241 |
# File 'lib/ultracart_api/models/integration_log_query_request.rb', line 239 def hash [action, auto_order_ids, auto_order_oids, direction, email, file_names, integration_log_oid, item_id, item_ipn_oid, log_dts_begin, log_dts_end, log_type, logger_id, logger_name, order_ids, status].hash end |