aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gsxws/products.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gsxws/products.py b/gsxws/products.py
index 38a0b7a..db2d7da 100644
--- a/gsxws/products.py
+++ b/gsxws/products.py
@@ -182,6 +182,10 @@ class Product(object):
return self.is_iphone or self.is_ipad
@property
+ def is_valid(self):
+ return self.is_iphone or self.is_ipad or self.is_mac
+
+ @property
def has_warranty(self):
return self.warrantyDetails.limitedWarranty