Method: IntegrationApi::BaasTransactionsVO#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



115
116
117
# File 'lib/integration_api/models/baas_transactions_vo.rb', line 115

def hash
  [message, nucleus_portfolio_id, nucleus_transactions_posted, nucleus_transactions_updated, vendor_name].hash
end