Class: GPGME::DecryptResult
- Inherits:
-
Object
- Object
- GPGME::DecryptResult
- Defined in:
- lib/gpgme.rb
Instance Attribute Summary collapse
-
#unsupported_algorithm ⇒ Object
readonly
Returns the value of attribute unsupported_algorithm.
-
#wrong_key_usage ⇒ Object
readonly
Returns the value of attribute wrong_key_usage.
Instance Attribute Details
#unsupported_algorithm ⇒ Object (readonly)
Returns the value of attribute unsupported_algorithm.
1439 1440 1441 |
# File 'lib/gpgme.rb', line 1439 def unsupported_algorithm @unsupported_algorithm end |
#wrong_key_usage ⇒ Object (readonly)
Returns the value of attribute wrong_key_usage.
1439 1440 1441 |
# File 'lib/gpgme.rb', line 1439 def wrong_key_usage @wrong_key_usage end |