class Controls::SecurityControlFinding

An object to represent the highest level of the finding API resources

Public Instance Methods

to_s() click to toggle source

@return [String] a representation of the findings prefixed with the

collection name
# File lib/controls/objects/security_control_finding.rb, line 11
def to_s
  "#{name}: #{findings.map { |finding| "\n  #{finding}"  }.join}"
end