Module: Dradis::Plugins::Nmap

Defined in:
lib/dradis/plugins/nmap.rb,
lib/dradis/plugins/nmap/engine.rb,
lib/dradis/plugins/nmap/version.rb,
lib/dradis/plugins/nmap/importer.rb,
lib/dradis/plugins/nmap/gem_version.rb,
lib/dradis/plugins/nmap/field_processor.rb

Defined Under Namespace

Modules: VERSION Classes: Engine, FieldProcessor, Importer

Class Method Summary collapse

Class Method Details

.gem_versionObject

Returns the version of the currently loaded Dradis as a Gem::Version



5
6
7
# File 'lib/dradis/plugins/nmap/gem_version.rb', line 5

def self.gem_version
  Gem::Version.new VERSION::STRING
end

.versionObject

Returns the version of the currently loaded Nmap as a Gem::Version.



8
9
10
# File 'lib/dradis/plugins/nmap/version.rb', line 8

def self.version
  gem_version
end