Class: HappyMapperTools::StigChecklist::Stigs

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(istig) ⇒ Stigs

Returns a new instance of Stigs.



95
96
97
# File 'lib/happy_mapper_tools/stig_checklist.rb', line 95

def initialize(istig)
  self.istig = istig
end