Method: PureCloud::AuditMessage#hash
- Defined in:
- lib/purecloud/models/audit_message.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
232 233 234 |
# File 'lib/purecloud/models/audit_message.rb', line 232 def hash [id, user, correlation_id, transaction_id, transaction_initiator, application, service_name, level, , , status, action_context, action, changes, entity, service_context].hash end |