Method: PureCloud::TableTransform#hash
- Defined in:
- lib/purecloud/models/table_transform.rb
#hash ⇒ Object
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 |