Class: Controls::ConfigurationFinding

Inherits:
Dish::Plate
  • Object
show all
Defined in:
lib/controls/objects/configuration_finding.rb

Overview

A representation of the ConfigurationFinding resource

Instance Method Summary collapse

Instance Method Details

#to_sObject

Returns the name, state, and reason data for the configuration finding

“antivirus-installed: state: TRUE reason: Endpoint Security installed”



7
8
9
# File 'lib/controls/objects/configuration_finding.rb', line 7

def to_s
  "#{name}: state: #{state} reason: #{reason}"
end