Method: Inspec::Object::Control#initialize

Defined in:
lib/inspec/objects/control.rb

#initializeControl

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 = []
  @tags = []
  @refs = []
  @descriptions = {}
  @post_body = ""
end