Method: OryClient::ProjectServices#==
- Defined in:
- lib/ory-client/models/project_services.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
96 97 98 99 100 101 102 |
# File 'lib/ory-client/models/project_services.rb', line 96 def ==(o) return true if self.equal?(o) self.class == o.class && identity == o.identity && oauth2 == o.oauth2 && == o. end |