Method: Plaid::ItemLoginRepairedWebhook#hash
- Defined in:
- lib/plaid/models/item_login_repaired_webhook.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
167 168 169 |
# File 'lib/plaid/models/item_login_repaired_webhook.rb', line 167 def hash [webhook_type, webhook_code, item_id, environment].hash end |