Method: PureCloud::WorkItem#hash

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

#hashObject

Calculate hash code according to all attributes.



90
91
92
# File 'lib/purecloud/models/work_item.rb', line 90

def hash
  [work_item_exec_id, work_item_config_id, work_item_name].hash
end