Method: FuseClient::DeleteFinancialConnectionResponse#==
- Defined in:
- lib/fuse_client/models/delete_financial_connection_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
114 115 116 117 118 119 120 |
# File 'lib/fuse_client/models/delete_financial_connection_response.rb', line 114 def ==(o) return true if self.equal?(o) self.class == o.class && financial_connection_id == o.financial_connection_id && access_token == o.access_token && request_id == o.request_id end |