Class: ScanDB::OSMatchGuess
- Inherits:
-
Object
- Object
- ScanDB::OSMatchGuess
- Includes:
- Model
- Defined in:
- lib/scandb/os_match_guess.rb
Constant Summary
Constants included from Model
Instance Method Summary collapse
-
#to_s ⇒ Object
Returns the String form of the OS Match guess.
Methods included from Model
Instance Method Details
#to_s ⇒ Object
Returns the String form of the OS Match guess.
47 48 49 |
# File 'lib/scandb/os_match_guess.rb', line 47 def to_s "#{accuracy}%: #{os_match}" end |