Class: Sigstore::Rekor::Checkpoint::Signature
- Inherits:
-
Struct
- Object
- Struct
- Sigstore::Rekor::Checkpoint::Signature
- Defined in:
- lib/sigstore/rekor/checkpoint.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#sig_hash ⇒ Object
Returns the value of attribute sig_hash.
-
#signature ⇒ Object
Returns the value of attribute signature.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
20 21 22 |
# File 'lib/sigstore/rekor/checkpoint.rb', line 20 def name @name end |
#sig_hash ⇒ Object
Returns the value of attribute sig_hash
20 21 22 |
# File 'lib/sigstore/rekor/checkpoint.rb', line 20 def sig_hash @sig_hash end |
#signature ⇒ Object
Returns the value of attribute signature
20 21 22 |
# File 'lib/sigstore/rekor/checkpoint.rb', line 20 def signature @signature end |