Class: Stix2::MetaObject::DataMarking::MarkingDefinition

Inherits:
Common
  • Object
show all
Defined in:
lib/stix2/meta_objects/data_markings/marking_definition.rb

Instance Method Summary collapse

Methods inherited from Common

#confidence_scale, #method_missing, #respond_to_missing?

Constructor Details

#initialize(args = {}) ⇒ MarkingDefinition

Returns a new instance of MarkingDefinition.



9
10
11
12
# File 'lib/stix2/meta_objects/data_markings/marking_definition.rb', line 9

def initialize(args = {})
  super
  validate_definitions!
end

Dynamic Method Handling

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