Method: PureCloud::EvaluationForm#hash

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

#hashObject

Calculate hash code according to all attributes.



154
155
156
# File 'lib/purecloud/models/evaluation_form.rb', line 154

def hash
  [id, name, type, modified_date, published, context_id, question_groups, published_versions, self_uri].hash
end