Class: ScanDB::OSClassGuess

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/scandb/os_class_guess.rb

Constant Summary

Constants included from Model

Model::REPOSITORY_NAME

Instance Method Summary collapse

Methods included from Model

included

Instance Method Details

#to_sObject

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