Class: Controls::SecurityControl

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#to_sString

Returns the name of the security control.

Returns:

  • (String)

    the name of the security control



6
7
8
# File 'lib/controls/objects/security_control.rb', line 6

def to_s
  name
end