Method: IntegrationApi::BrokerageDepositVO#==

Defined in:
lib/integration_api/models/brokerage_deposit_vo.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



93
94
95
96
97
98
99
100
101
# File 'lib/integration_api/models/brokerage_deposit_vo.rb', line 93

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      message == o.message &&
      nucleus_funding_id == o.nucleus_funding_id &&
      status == o.status &&
      vendor_name == o.vendor_name &&
      vendor_response == o.vendor_response
end