Method: OryClient::Namespace#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



95
96
97
# File 'lib/ory-client/models/namespace.rb', line 95

def hash
  [name].hash
end