Class: HappyMapperTools::StigChecklist::IStig

Inherits:
Object
  • Object
show all
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

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