Method: OryClient::Namespace#==
- Defined in:
- lib/ory-client/models/namespace.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
81 82 83 84 85 |
# File 'lib/ory-client/models/namespace.rb', line 81 def ==(o) return true if self.equal?(o) self.class == o.class && name == o.name end |