Class: HappyMapperTools::StigChecklist::StigInfo

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(si_data) ⇒ StigInfo

Returns a new instance of StigInfo.



44
45
46
# File 'lib/happy_mapper_tools/stig_checklist.rb', line 44

def initialize(si_data)
  self.si_data = si_data
end