Method: IntegrationApi::BaasTransactionsVO#hash
- Defined in:
- lib/integration_api/models/baas_transactions_vo.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
115 116 117 |
# File 'lib/integration_api/models/baas_transactions_vo.rb', line 115 def hash [, nucleus_portfolio_id, nucleus_transactions_posted, nucleus_transactions_updated, vendor_name].hash end |