Method: PureCloud::WorkItemCommand#hash

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

#hashObject

Calculate hash code according to all attributes.



60
61
62
# File 'lib/purecloud/models/work_item_command.rb', line 60

def hash
  [id, display_name].hash
end