class Dockscan::Modules::DiscoverModule
Attributes
scandata[RW]
Public Instance Methods
info()
click to toggle source
# File lib/dockscan/modules/discover.rb, line 6 def info raise "#{self.class.name} doesn't implement `handle_command`!" end
run()
click to toggle source
# File lib/dockscan/modules/discover.rb, line 10 def run raise "#{self.class.name} doesn't implement `handle_command`!" end