Method: IntegrationApi::BrokerageDepositVO#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



111
112
113
# File 'lib/integration_api/models/brokerage_deposit_vo.rb', line 111

def hash
  [message, nucleus_funding_id, status, vendor_name, vendor_response].hash
end