Class: Stix2::MetaObject::LanguageContent

Inherits:
Base
  • Object
show all
Defined in:
lib/stix2/meta_objects/language_content.rb

Instance Method Summary collapse

Methods inherited from Common

#confidence_scale, #method_missing, #respond_to_missing?

Constructor Details

#initialize(args = {}) ⇒ LanguageContent

Returns a new instance of LanguageContent.



8
9
10
11
# File 'lib/stix2/meta_objects/language_content.rb', line 8

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

Dynamic Method Handling

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