From ab3cb8a859e8a182e2df52b0444aae35a14578e4 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 29 Oct 2020 14:58:09 -0400 Subject: [PATCH] Update Item doc block --- api/ECNQueue.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/ECNQueue.py b/api/ECNQueue.py index beab098..1d28a59 100644 --- a/api/ECNQueue.py +++ b/api/ECNQueue.py @@ -79,6 +79,7 @@ class Item: priority: The most recent priority for this item. department: The most recent department for this item. dateReceived: The date this item was created. + jsonData: A JSON serializable representation of the Item. """ def __init__(self, queue: str, number: int) -> None: