Method: IntegrationApi::AggregationAccountResponseInternalObjectVO#==
- Defined in:
- lib/integration_api/models/aggregation_account_response_internal_object_vo.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
69 70 71 72 73 74 |
# File 'lib/integration_api/models/aggregation_account_response_internal_object_vo.rb', line 69 def ==(o) return true if self.equal?(o) self.class == o.class && body == o.body && status_code == o.status_code end |