Class: Controls::ConfigurationFinding
- Inherits:
-
Dish::Plate
- Object
- Dish::Plate
- Controls::ConfigurationFinding
- Defined in:
- lib/controls/objects/configuration_finding.rb
Overview
A representation of the ConfigurationFinding resource
Instance Method Summary collapse
-
#to_s ⇒ Object
Returns the name, state, and reason data for the configuration finding.
Instance Method Details
#to_s ⇒ Object
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 |