Class: GPGME::InvalidKey
- Inherits:
-
Object
- Object
- GPGME::InvalidKey
- Defined in:
- lib/gpgme/misc.rb,
ext/gpgme/gpgme_n.c
Instance Attribute Summary collapse
-
#fpr ⇒ Object
(also: #fingerprint)
readonly
Returns the value of attribute fpr.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
Instance Attribute Details
#fpr ⇒ Object (readonly) Also known as: fingerprint
Returns the value of attribute fpr.
43 44 45 |
# File 'lib/gpgme/misc.rb', line 43 def fpr @fpr end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason.
43 44 45 |
# File 'lib/gpgme/misc.rb', line 43 def reason @reason end |