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