Example #1
0
 def __init__(self, component):
     Plug.__init__(self)
     self.component = component
     self.properties.logfile = '/tmp/access.log'
Example #2
0
 def __init__(self, component):
     Plug.__init__(self)
     self.component = component
     self.properties.logfile = '/tmp/access.log'
Example #3
0
 def __init__(self, component):
     Plug.__init__(self)
     self.component = component
     self.properties.argument_name = 'force'
     self.properties.trigger_value = 'true'
Example #4
0
 def __init__(self, component):
     Plug.__init__(self)
     self.component = component
     self.properties.argument_name = 'force'
     self.properties.trigger_value = 'true'