Method: FuseClient::CreateEntityResponse#==
- Defined in:
- lib/fuse_client/models/create_entity_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
135 136 137 138 139 140 141 142 143 |
# File 'lib/fuse_client/models/create_entity_response.rb', line 135 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id && email == o.email && aggregators == o.aggregators && institution_ids == o.institution_ids && request_id == o.request_id end |