From 2e8cef4bddba9213495fa8f9fcd4938311ac606f Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 27 Mar 2014 00:12:58 +0200 Subject: Adding RepairOrReplace support --- gsxws/escalations.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gsxws/escalations.py') 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() -- cgit v1.2.3