Exception: GPGME::Error::UnusableSecretKey
- Inherits:
-
GPGME::Error
- Object
- StandardError
- GPGME::Error
- GPGME::Error::UnusableSecretKey
- Defined in:
- lib/gpgme/error.rb
Instance Attribute Summary collapse
-
#keys ⇒ Object
Returns the value of attribute keys.
Attributes inherited from GPGME::Error
Method Summary
Methods inherited from GPGME::Error
#code, #initialize, #message, #source
Constructor Details
This class inherits a constructor from GPGME::Error
Instance Attribute Details
#keys ⇒ Object
Returns the value of attribute keys.
39 40 41 |
# File 'lib/gpgme/error.rb', line 39 def keys @keys end |