Method: OryClient::SetProject#==
- Defined in:
- lib/ory-client/models/set_project.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
99 100 101 102 103 104 |
# File 'lib/ory-client/models/set_project.rb', line 99 def ==(o) return true if self.equal?(o) self.class == o.class && name == o.name && services == o.services end |