Method: Nmap::XML::OSClass#accuracy

Defined in:
lib/nmap/xml/os_class.rb

#accuracyInteger

The accuracy of the OS class information.

Since:

  • 1.0.0



72
73
74
# File 'lib/nmap/xml/os_class.rb', line 72

def accuracy
  @accuracy ||= @node.get_attribute('accuracy').to_i
end