Class: Inspec::Resources::OSResource

Inherits:
PlatformResource show all
Defined in:
lib/resources/os.rb

Instance Method Summary collapse

Methods inherited from PlatformResource

#[], #families, #in_family?, #initialize, #name, #params, #platform?, #supported?

Constructor Details

This class inherits a constructor from Inspec::Resources::PlatformResource

Instance Method Details

#to_sObject



32
33
34
# File 'lib/resources/os.rb', line 32

def to_s
  'Operating System Detection'
end