Class: Stix2::Extensions::WindowsPeSectionType
- Defined in:
- lib/stix2/extensions/windows_pe_section_type.rb
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ WindowsPeSectionType
constructor
A new instance of WindowsPeSectionType.
Constructor Details
#initialize(args = {}) ⇒ WindowsPeSectionType
Returns a new instance of WindowsPeSectionType.
9 10 11 12 |
# File 'lib/stix2/extensions/windows_pe_section_type.rb', line 9 def initialize(args = {}) super validate_hashes! if @strict end |