Method: PureCloud::WorkItemCache#hash

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

#hashObject

Calculate hash code according to all attributes.



113
114
115
# File 'lib/purecloud/models/work_item_cache.rb', line 113

def hash
  [work_item_exec_id, save_time, save_user, save_comment, data_items].hash
end