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