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