Method: OpenapiClient::TenantUpdate#==
- Defined in:
- lib/openapi_client/models/tenant_update.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
99 100 101 102 103 104 105 |
# File 'lib/openapi_client/models/tenant_update.rb', line 99 def ==(o) return true if self.equal?(o) self.class == o.class && name == o.name && description == o.description && attributes == o.attributes end |