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