Method: PureCloud::Predicate#hash

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

#hashObject

Calculate hash code according to all attributes.



76
77
78
# File 'lib/purecloud/models/predicate.rb', line 76

def hash
  [question_id, answer_id].hash
end