Method: OryClient::SubjectSet#hash
- Defined in:
- lib/ory-client/models/subject_set.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
138 139 140 |
# File 'lib/ory-client/models/subject_set.rb', line 138 def hash [namespace, object, relation].hash end |