class HappyMapperTools::StigChecklist::IStig

Class Asset maps from the 'iSTIG' from Checklist XML file using HappyMapper

Public Class Methods

new(stig_info, vulns) click to toggle source
# File lib/happy_mapper_tools/stig_checklist.rb, line 82
def initialize(stig_info, vulns)
  self.stig_info = stig_info
  self.vuln = vulns
end