Method: CMV4APIClient::ResetPasswordData#hash
- Defined in:
- lib/cmv4-openapi-client/models/reset_password_data.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
99 100 101 |
# File 'lib/cmv4-openapi-client/models/reset_password_data.rb', line 99 def hash [jwt, password].hash end |