Method: Plaid::ProtectEvent#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



150
151
152
# File 'lib/plaid/models/protect_event.rb', line 150

def hash
  [timestamp, protect_session_id, app_visit, , ].hash
end