Class: HappyMapperTools::StigChecklist::StigData
- Includes:
- HappyMapper
- Defined in:
- lib/happy_mapper_tools/stig_checklist.rb
Overview
Class Asset maps from the ‘STIG_DATA’ from Checklist XML file using HappyMapper
Instance Method Summary collapse
-
#initialize(attrib = nil, data = nil) ⇒ StigData
constructor
A new instance of StigData.
Constructor Details
#initialize(attrib = nil, data = nil) ⇒ StigData
Returns a new instance of StigData.
56 57 58 59 |
# File 'lib/happy_mapper_tools/stig_checklist.rb', line 56 def initialize(attrib = nil, data = nil) self.attrib = attrib self.data = data end |