Method: PureCloud::ForecastCreation#hash
- Defined in:
- lib/purecloud/models/forecast_creation.rb
#hash ⇒ Object
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 |