Class: HappyMapperTools::StigChecklist::IStig
- Includes:
- HappyMapper
- Defined in:
- lib/happy_mapper_tools/stig_checklist.rb
Overview
Class Asset maps from the ‘iSTIG’ from Checklist XML file using HappyMapper
Instance Method Summary collapse
-
#initialize(stig_info, vulns) ⇒ IStig
constructor
A new instance of IStig.
Constructor Details
#initialize(stig_info, vulns) ⇒ IStig
Returns a new instance of IStig.
82 83 84 85 |
# File 'lib/happy_mapper_tools/stig_checklist.rb', line 82 def initialize(stig_info, vulns) self.stig_info = stig_info self.vuln = vulns end |