Method: PureCloud::ForecastCreation#hash

Defined in:
lib/purecloud/models/forecast_creation.rb

#hashObject

Calculate hash code according to all attributes.



133
134
135
# File 'lib/purecloud/models/forecast_creation.rb', line 133

def hash
  [number_of_periods, period_frequency, description, metrics, management_unit_id, copied_forecast_id].hash
end