Method: PureCloud::SortItem#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



127
128
129
# File 'lib/purecloudclient_v2a/models/sort_item.rb', line 127

def hash
  [name, ascending].hash
end