Class: Sigstore::VerificationResult
- Inherits:
-
Struct
- Object
- Struct
- Sigstore::VerificationResult
- Defined in:
- lib/sigstore/models.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#success ⇒ Object
(also: #verified?)
Returns the value of attribute success.
Instance Attribute Details
#success ⇒ Object Also known as: verified?
Returns the value of attribute success
22 23 24 |
# File 'lib/sigstore/models.rb', line 22 def success @success end |