aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/escalations.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2014-03-07 19:57:49 +0200
committerFilipp Lepalaan <filipp@mac.com>2014-03-07 19:57:49 +0200
commitd730b749e9965289329603bf0ac4cc9e4ef3f987 (patch)
tree1b381dfe2a4a8e2f295b84172b02bd4fdcf21f04 /gsxws/escalations.py
parent79e4628a53f1cac06f6426b301dafa1351412702 (diff)
downloadpy-gsxws-d730b749e9965289329603bf0ac4cc9e4ef3f987.tar.gz
py-gsxws-d730b749e9965289329603bf0ac4cc9e4ef3f987.tar.bz2
py-gsxws-d730b749e9965289329603bf0ac4cc9e4ef3f987.zip
Added Escalation.get_notes
Diffstat (limited to 'gsxws/escalations.py')
-rw-r--r--gsxws/escalations.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gsxws/escalations.py b/gsxws/escalations.py
index da26730..20bf1d7 100644
--- a/gsxws/escalations.py
+++ b/gsxws/escalations.py
@@ -82,3 +82,7 @@ class Escalation(GsxObject):
of a general escalation created by AASP or a carrier.
"""
return Lookup(escalationId=self.escalationId).lookup("GeneralEscalationDetailsLookup")
+
+ def get_notes(self):
+ return self.objects.escalationNotes.iterchildren()
+