Method: OryClient::ManagedIdentitySchemaValidationResult#hash

Defined in:
lib/ory-client/models/managed_identity_schema_validation_result.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



106
107
108
# File 'lib/ory-client/models/managed_identity_schema_validation_result.rb', line 106

def hash
  [message, valid].hash
end