Class: Stix2::DomainObject::Infrastructure

Inherits:
Base
  • Object
show all
Defined in:
lib/stix2/domain_objects/infrastructure.rb

Instance Method Summary collapse

Methods inherited from Common

#confidence_scale, #method_missing, #respond_to_missing?

Constructor Details

#initialize(args = {}) ⇒ Infrastructure



12
13
14
15
# File 'lib/stix2/domain_objects/infrastructure.rb', line 12

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

Dynamic Method Handling

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