Method: PureCloud::AuditEntity#hash

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

#hashObject

Calculate hash code according to all attributes.



96
97
98
# File 'lib/purecloud/models/audit_entity.rb', line 96

def hash
  [type, id, name, self_uri].hash
end