class LabClient::AuditEvent

Inspect Helper

Public Instance Methods

inspect() click to toggle source
# File lib/labclient/audit_events/audit_event.rb, line 6
def inspect
  "#<AuditEvent id: #{id}, type: #{entity_type}>"
end