Class: Stix2::CyberobservableObject::X509Certificate
- Inherits:
-
Base
- Object
- Hashie::Dash
- Base
- Stix2::Common
- Base
- Stix2::CyberobservableObject::X509Certificate
- Defined in:
- lib/stix2/cyberobservable_objects/x509_certificate.rb
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ X509Certificate
constructor
A new instance of X509Certificate.
Methods inherited from Stix2::Common
#confidence_scale, #method_missing, #respond_to_missing?
Constructor Details
#initialize(args = {}) ⇒ X509Certificate
Returns a new instance of X509Certificate.
20 21 22 23 |
# File 'lib/stix2/cyberobservable_objects/x509_certificate.rb', line 20 def initialize(args = {}) super validate_hashes! if @strict end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stix2::Common