Method: PureCloud::Evaluation#hash
- Defined in:
- lib/purecloudclient_v2a/models/evaluation.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
615 616 617 |
# File 'lib/purecloudclient_v2a/models/evaluation.rb', line 615 def hash [id, name, conversation, evaluation_form, evaluator, agent, calibration, status, answers, agent_has_read, release_date, assigned_date, changed_date, queue, never_release, resource_id, resource_type, redacted, is_scoring_index, self_uri].hash end |