class ExtUxchq

Public Class Methods

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