Method: PureCloud::SortItem#hash

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

#hashObject

Calculate hash code according to all attributes.



78
79
80
# File 'lib/purecloud/models/sort_item.rb', line 78

def hash
  [name, ascending].hash
end