class Controls::ConfigurationFinding
A representation of the ConfigurationFinding
resource
Public Instance Methods
to_s()
click to toggle source
Returns the name, state, and reason data for the configuration finding
“antivirus-installed: state: TRUE reason: Endpoint Security installed”
# File lib/controls/objects/configuration_finding.rb, line 7 def to_s "#{name}: state: #{state} reason: #{reason}" end