Method: Nmap::XML#version
- Defined in:
- lib/nmap/xml.rb
#version ⇒ String
Parses the XML scan file version.
115 116 117 |
# File 'lib/nmap/xml.rb', line 115 def version @version ||= @doc.root['xmloutputversion'] end |
Parses the XML scan file version.
115 116 117 |
# File 'lib/nmap/xml.rb', line 115 def version @version ||= @doc.root['xmloutputversion'] end |