Method: PureCloud::QuestionGroupScore#hash
- Defined in:
- lib/purecloud/models/question_group_score.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
168 169 170 |
# File 'lib/purecloud/models/question_group_score.rb', line 168 def hash [question_group_id, total_score, max_total_score, total_critical_score, max_total_critical_score, total_score_unweighted, max_total_score_unweighted, total_critical_score_unweighted, max_total_critical_score_unweighted, marked_na, question_scores].hash end |