Class: HappyMapperTools::StigChecklist::SiData

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(name, data) ⇒ SiData

Returns a new instance of SiData.



31
32
33
34
# File 'lib/happy_mapper_tools/stig_checklist.rb', line 31

def initialize(name, data)
  self.name = name
  self.data = data
end