Method: OryClient::Namespace#hash
- Defined in:
- lib/ory-client/models/namespace.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
95 96 97 |
# File 'lib/ory-client/models/namespace.rb', line 95 def hash [name].hash end |