Method: OryClient::NormalizedProject#==
- Defined in:
- lib/ory-client/models/normalized_project.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
213 214 215 216 217 218 219 220 221 222 223 224 |
# File 'lib/ory-client/models/normalized_project.rb', line 213 def ==(o) return true if self.equal?(o) self.class == o.class && created_at == o.created_at && current_revision == o.current_revision && hosts == o.hosts && id == o.id && slug == o.slug && state == o.state && subscription_id == o.subscription_id && updated_at == o.updated_at end |