Class: Stix2::DomainObject::IntrusionSet
- Defined in:
- lib/stix2/domain_objects/intrusion-set.rb
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ IntrusionSet
constructor
A new instance of IntrusionSet.
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