Class: HappyMapperTools::StigChecklist::StigData

Inherits:
Object
  • Object
show all
Includes:
HappyMapper
Defined in:
lib/happy_mapper_tools/stig_checklist.rb

Overview

Class Asset maps from the ‘STIG_DATA’ from Checklist XML file using HappyMapper

Instance Method Summary collapse

Constructor Details

#initialize(attrib = nil, data = nil) ⇒ StigData

Returns a new instance of StigData.



56
57
58
59
# File 'lib/happy_mapper_tools/stig_checklist.rb', line 56

def initialize(attrib = nil, data = nil)
  self.attrib = attrib
  self.data = data
end