Method: OryClient::SubjectSet#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



138
139
140
# File 'lib/ory-client/models/subject_set.rb', line 138

def hash
  [namespace, object, relation].hash
end