Method: TransferZero::WebhookLogMetadata#hash
- Defined in:
- lib/transferzero-sdk/models/webhook_log_metadata.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
170 171 172 |
# File 'lib/transferzero-sdk/models/webhook_log_metadata.rb', line 170 def hash [params, event, instance_id, instance_type, attempt_id, tries, request, response, app_id, api_key_id].hash end |