Class: Stix2::DomainObject::Tool

Inherits:
Base show all
Defined in:
lib/stix2/domain_objects/tool.rb

Instance Method Summary collapse

Methods inherited from Common

#confidence_scale, #method_missing, #respond_to_missing?

Constructor Details

#initialize(args = {}) ⇒ Tool

Returns a new instance of Tool.



11
12
13
14
# File 'lib/stix2/domain_objects/tool.rb', line 11

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

Dynamic Method Handling

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