Class: Stix2::DomainObject::IntrusionSet

Inherits:
Base
  • Object
show all
Defined in:
lib/stix2/domain_objects/intrusion-set.rb

Instance Method Summary collapse

Methods inherited from Common

#confidence_scale, #method_missing, #respond_to_missing?

Constructor Details

#initialize(args = {}) ⇒ IntrusionSet

Returns a new instance of IntrusionSet.



14
15
16
17
# File 'lib/stix2/domain_objects/intrusion-set.rb', line 14

def initialize(args = {})
  super
  validate_secondary_motivations! if @strict
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stix2::Common