class Mdm::Note
Data gathered or derived from the {#host} or {#service} such as its {#ntype fingerprint}.
Private Instance Methods
normalize()
click to toggle source
{Mdm::Host::OperatingSystemNormalization#normalize_os Normalizes the host operating system} if the note is a {#ntype fingerprint}.
@return [void]
# File app/models/mdm/note.rb, line 115 def normalize if data_changed? and ntype =~ /fingerprint/ host.normalize_os end end