X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FAddMessage.py;h=20f74c1555b1e225bcc3b3094d613cf7fa7d3b1c;hb=f6b58b9f2dd4c39a49aff67f37d5061e45910636;hp=6108f9b6200aaf541d9f33fd28a936a2d07a3e44;hpb=ae6869248016987dca1b4a302a4ad5c6a87b9eca;p=plcapi.git diff --git a/PLC/Methods/AddMessage.py b/PLC/Methods/AddMessage.py index 6108f9b..20f74c1 100644 --- a/PLC/Methods/AddMessage.py +++ b/PLC/Methods/AddMessage.py @@ -1,3 +1,5 @@ +# $Id$ +# $URL$ from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter @@ -21,9 +23,6 @@ class AddMessage(Method): returns = Parameter(int, '1 if successful') - event_type = 'Add' - object_type = 'Message' - object_ids = [] def call(self, auth, message_fields): message = Message(self.api, message_fields)