Class: Stix2::Extensions::WindowsPeSectionType

Inherits:
Base
  • Object
show all
Defined in:
lib/stix2/extensions/windows_pe_section_type.rb

Instance Method Summary collapse

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