Class: Sigstore::VerificationSuccess
- Inherits:
-
VerificationResult
- Object
- Struct
- VerificationResult
- Sigstore::VerificationSuccess
- Defined in:
- lib/sigstore/models.rb
Instance Attribute Summary
Attributes inherited from VerificationResult
Instance Method Summary collapse
-
#initialize ⇒ VerificationSuccess
constructor
A new instance of VerificationSuccess.
Constructor Details
#initialize ⇒ VerificationSuccess
Returns a new instance of VerificationSuccess.
30 31 32 |
# File 'lib/sigstore/models.rb', line 30 def initialize super(success: true) end |