Method: UltracartClient::WebhookLog#hash

Defined in:
lib/ultracart_api/models/webhook_log.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



209
210
211
# File 'lib/ultracart_api/models/webhook_log.rb', line 209

def hash
  [delivery_dts, duration, queue_delay, request, request_headers, request_id, response, response_headers, status_code, success, uri, webhook_oid].hash
end