Class: Stix2::DomainObject::Indicator
- Defined in:
- lib/stix2/domain_objects/indicator.rb
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ Indicator
constructor
A new instance of Indicator.
Methods inherited from Common
#confidence_scale, #method_missing, #respond_to_missing?
Constructor Details
#initialize(args = {}) ⇒ Indicator
Returns a new instance of Indicator.
15 16 17 18 |
# File 'lib/stix2/domain_objects/indicator.rb', line 15 def initialize(args = {}) super validate_indicator_types! if @strict end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stix2::Common