Method: PureCloud::KeywordSet#hash

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

#hashObject

Calculate hash code according to all attributes.



159
160
161
# File 'lib/purecloud/models/keyword_set.rb', line 159

def hash
  [id, name, description, queues, language, agents, keywords, participant_purposes, self_uri].hash
end