Class: HappyMapperTools::StigChecklist::StigInfo
- 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
-
#initialize(si_data) ⇒ StigInfo
constructor
A new instance of StigInfo.
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 |