Method: CMV4APIClient::ResetPasswordData#hash

Defined in:
lib/cmv4-openapi-client/models/reset_password_data.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



99
100
101
# File 'lib/cmv4-openapi-client/models/reset_password_data.rb', line 99

def hash
  [jwt, password].hash
end