Method: IntegrationApi::BrokerageDepositVO#hash
- Defined in:
- lib/integration_api/models/brokerage_deposit_vo.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
111 112 113 |
# File 'lib/integration_api/models/brokerage_deposit_vo.rb', line 111 def hash [, nucleus_funding_id, status, vendor_name, vendor_response].hash end |