Parent

Methods

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

Holds information for an individual OS match record

Attributes

accuracy[R]

Accuracy of this match

name[R]

Operating System name

Public Instance Methods

<=>(osmatch) click to toggle source

Compares accuracy

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.