Method: UpBankingClient::WebhookDeliveryLogResourceAttributes#hash

Defined in:
lib/up_banking/models/webhook_delivery_log_resource_attributes.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



139
140
141
# File 'lib/up_banking/models/webhook_delivery_log_resource_attributes.rb', line 139

def hash
  [request, response, delivery_status, created_at].hash
end