Parent

Methods

Nmap::Parser::Host::OS::OSMatch

Holds information for an individual OS match record

Attributes

name[R]

Operating System name

accuracy[R]

Accuracy of this match

Public Instance Methods

<=>(osmatch) click to toggle source

Compares accuracy

# File lib/nmap/parser.rb, line 1699
        def <=>(osmatch)
                @accuracy <=> osmatch.accuracy
        end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.