Method: Plaid::IssueResolvedWebhook#hash

Defined in:
lib/plaid/models/issue_resolved_webhook.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



191
192
193
# File 'lib/plaid/models/issue_resolved_webhook.rb', line 191

def hash
  [webhook_type, webhook_code, issue_id, issue_description, issue_resolved_at, institution_id, institution_name].hash
end