Method: NucleusApi::ClientViewGoalData#hash
- Defined in:
- lib/nucleus_api/models/client_view_goal_data.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
196 197 198 |
# File 'lib/nucleus_api/models/client_view_goal_data.rb', line 196 def hash [accounts, accumulation_horizon, decumulation_horizon, goal_amount, goal_asset_size_by_goal, goal_asset_size_by_goal_date, goal_category, goal_create_date, goal_id, goal_name, goal_type, goal_update_date, is_decumulation, portfolios].hash end |