Method: Inspec::Object::Control#initialize
- Defined in:
- lib/inspec/objects/control.rb
#initialize ⇒ Control
Returns a new instance of Control.
6 7 8 9 10 11 12 13 |
# File 'lib/inspec/objects/control.rb', line 6 def initialize @header = "" @tests = [] = [] @refs = [] @descriptions = {} @post_body = "" end |