class TestGui::DummyProject
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/watobo/gui/full_scan_dialog.rb, line 208 def initialize() super(nil,Hash.new) end
Public Instance Methods
listSites()
click to toggle source
# File lib/watobo/gui/full_scan_dialog.rb, line 211 def listSites return ["127.0.0.1"] end