Exception: GPGME::Error::UnsupportedAlgorithm
- Inherits:
-
GPGME::Error
- Object
- StandardError
- GPGME::Error
- GPGME::Error::UnsupportedAlgorithm
- Defined in:
- lib/gpgme/error.rb
Instance Attribute Summary collapse
-
#algorithm ⇒ Object
Returns the value of attribute algorithm.
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
#algorithm ⇒ Object
Returns the value of attribute algorithm.
60 61 62 |
# File 'lib/gpgme/error.rb', line 60 def algorithm @algorithm end |