- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / GetNetworkMethods.py
index b29ad37..88fe048 100644 (file)
@@ -17,8 +17,6 @@ class GetNetworkMethods(Method):
 
     returns = [NetworkMethod.fields['method']]
 
-    event_type = 'Get'
-    object_type = 'NetworkMethod'
 
     def call(self, auth):
         return [network_method['method'] for network_method in NetworkMethods(self.api)]