Method: PureCloud::TableTransform#hash

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

#hashObject

Calculate hash code according to all attributes.



108
109
110
# File 'lib/purecloud/models/table_transform.rb', line 108

def hash
  [header_row, first_data, header_replaces, columns, unpivots, collapses].hash
end