Method: Nmap::XML::OSClass#accuracy
- Defined in:
- lib/nmap/xml/os_class.rb
#accuracy ⇒ Integer
The accuracy of the OS class information.
72 73 74 |
# File 'lib/nmap/xml/os_class.rb', line 72 def accuracy @accuracy ||= @node.get_attribute('accuracy').to_i end |