Method: Plaid::ProtectEvent#hash
- Defined in:
- lib/plaid/models/protect_event.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
150 151 152 |
# File 'lib/plaid/models/protect_event.rb', line 150 def hash [, protect_session_id, app_visit, user_sign_in, user_sign_up].hash end |