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