- send account registration e-mails from the website
[plcapi.git] / PLC / Methods / AddAddressType.py
index ceb1807..0dcc66d 100644 (file)
@@ -25,9 +25,6 @@ class AddAddressType(Method):
 
     returns = Parameter(int, 'New address_type_id (> 0) if successful')
         
-    event_type = 'Add'    
-    object_type = 'AddressType'
-    object_ids = []
 
     def call(self, auth, address_type_fields):
         address_type_fields = dict(filter(can_update, address_type_fields.items()))