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