Method: OryClient::SubjectSet#==
- Defined in:
- lib/ory-client/models/subject_set.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
122 123 124 125 126 127 128 |
# File 'lib/ory-client/models/subject_set.rb', line 122 def ==(o) return true if self.equal?(o) self.class == o.class && namespace == o.namespace && object == o.object && relation == o.relation end |