Hoyant-Su
Update ShellOps dataset
afcfd4d
class Incident:
def __init__(self, ticket_id, description):
self.ticket_id = ticket_id
self.description = description
def get_ticket_id(self):
return self.ticket_id