Class: Dockscan::Modules::DiscoverModule

Inherits:
GenericModule show all
Defined in:
lib/dockscan/modules/discover.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from GenericModule

inherited, modules

Instance Attribute Details

#scandataObject

Returns the value of attribute scandata.



5
6
7
# File 'lib/dockscan/modules/discover.rb', line 5

def scandata
  @scandata
end

Instance Method Details

#infoObject



6
7
8
# File 'lib/dockscan/modules/discover.rb', line 6

def info
  raise "#{self.class.name} doesn't implement `handle_command`!"
end

#runObject



10
11
12
# File 'lib/dockscan/modules/discover.rb', line 10

def run
  raise "#{self.class.name} doesn't implement `handle_command`!"
end