class Controls::SecurityControl

An object to represent the security control resource (without coverage) returned by the ControlsInsight API

Public Instance Methods

to_s() click to toggle source

@return [String] the name of the security control

# File lib/controls/objects/security_control.rb, line 6
def to_s
  name
end