Package flumotion :: Package component :: Package plugs :: Module wizard_gtk :: Class RequestLoggerPlug
[hide private]

type RequestLoggerPlug

source code

                 object --+    
                          |    
admin.assistant.models.Plug --+
                              |
                             RequestLoggerPlug

I am a model representing the configuration file for a Request Logger plug.

Instance Methods [hide private]
 
__init__(self, component) source code
 
setActive(self, active) source code

Inherited from admin.assistant.models.Plug: getProperties

Class Variables [hide private]
  plugType = 'requestlogger-file'
the type of the plug, such as cortado, this is not mandatory in the class, can also be set in the instance.
Method Details [hide private]

__init__(self, component)
(Constructor)

source code 
Overrides: admin.assistant.models.Plug.__init__