Method: NucleusApi::Score#hash
- Defined in:
- lib/nucleus_api/models/score.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
268 269 270 |
# File 'lib/nucleus_api/models/score.rb', line 268 def hash [account_id, allocation_id, benchmark_id, client_id, create_date, goal_id, id, , model_id, portfolio_id, score_time_stamp, score_type, score_value, secondary_id, security_id, update_date].hash end |