class ExtUxbroker

Public Class Methods

new( config, parent) click to toggle source
Calls superclass method ExtNode::new
# File lib/extuxs/uxbroker.rb, line 3
def initialize( config, parent)
  @default_config = {}
  super "uxbroker", config, parent 
end