aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/escalations.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2014-03-27 00:12:58 +0200
committerFilipp Lepalaan <filipp@mac.com>2014-03-27 00:12:58 +0200
commit2e8cef4bddba9213495fa8f9fcd4938311ac606f (patch)
tree8747290f427a8dfa46abe63eb32c1316e690192b /gsxws/escalations.py
parent29be8ee83d7ff862b533bc20e670a1bdc5bc0b4f (diff)
downloadpy-gsxws-2e8cef4bddba9213495fa8f9fcd4938311ac606f.tar.gz
py-gsxws-2e8cef4bddba9213495fa8f9fcd4938311ac606f.tar.bz2
py-gsxws-2e8cef4bddba9213495fa8f9fcd4938311ac606f.zip
Adding RepairOrReplace support
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 1ad2706..70f7732 100644
--- a/gsxws/escalations.py
+++ b/gsxws/escalations.py
@@ -86,6 +86,10 @@ class Escalation(GsxObject):
return Lookup(escalationId=self.escalationId).lookup("GeneralEscalationDetailsLookup")
def get_notes(self):
+ """
+ Returns all the notes of this escalation.
+ Should probably be run after a lookup()
+ """
return self.objects.escalationNotes.iterchildren()