Method: PureCloud::CalibrationAssignment#hash
- Defined in:
- lib/purecloud/models/calibration_assignment.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
82 83 84 |
# File 'lib/purecloud/models/calibration_assignment.rb', line 82 def hash [calibrator, evaluators, evaluation_form, expert_evaluator].hash end |