diff options
-rw-r--r-- | gsxws/products.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gsxws/products.py b/gsxws/products.py index c085aeb..4036bda 100644 --- a/gsxws/products.py +++ b/gsxws/products.py @@ -26,6 +26,9 @@ class Product(object): """ Something serviceable made by Apple """ + sn = '' #serialNumber + description = '' #configDescription + def __init__(self, sn, **kwargs): if validate(sn, 'alternateDeviceId'): self.alternateDeviceId = sn |