X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetBootStates.py;h=85540ff3880a8f8e67183d86209aa23667fc7bf3;hb=d4c363a3ee55334eacd91f303adf6ecc20055d1e;hp=1c9afc3ec863eea4295c59b8bb19ae60f3726e2b;hpb=22aa65daea960e86e0e791684db1cfc6dfd0fabd;p=plcapi.git diff --git a/PLC/Methods/GetBootStates.py b/PLC/Methods/GetBootStates.py index 1c9afc3..85540ff 100644 --- a/PLC/Methods/GetBootStates.py +++ b/PLC/Methods/GetBootStates.py @@ -17,8 +17,6 @@ class GetBootStates(Method): returns = [BootState.fields['boot_state']] - event_type = 'Get' - object_type = 'BootState' def call(self, auth): return [boot_state['boot_state'] for boot_state in BootStates(self.api)]