Method: PureCloud::WorkItemCommandGroup#hash
- Defined in:
- lib/purecloud/models/work_item_command_group.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
88 89 90 |
# File 'lib/purecloud/models/work_item_command_group.rb', line 88 def hash [category, default_command_id, commands].hash end |