Class: GPGME::DecryptResult
- Inherits:
-
Object
- Object
- GPGME::DecryptResult
- Defined in:
- lib/gpgme/misc.rb,
ext/gpgme/gpgme_n.c
Instance Attribute Summary collapse
-
#file_name ⇒ Object
readonly
Returns the value of attribute file_name.
-
#recipients ⇒ Object
readonly
Returns the value of attribute recipients.
-
#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
#file_name ⇒ Object (readonly)
Returns the value of attribute file_name.
25 26 27 |
# File 'lib/gpgme/misc.rb', line 25 def file_name @file_name end |
#recipients ⇒ Object (readonly)
Returns the value of attribute recipients.
25 26 27 |
# File 'lib/gpgme/misc.rb', line 25 def recipients @recipients end |
#unsupported_algorithm ⇒ Object (readonly)
Returns the value of attribute unsupported_algorithm.
24 25 26 |
# File 'lib/gpgme/misc.rb', line 24 def unsupported_algorithm @unsupported_algorithm end |
#wrong_key_usage ⇒ Object (readonly)
Returns the value of attribute wrong_key_usage.
24 25 26 |
# File 'lib/gpgme/misc.rb', line 24 def wrong_key_usage @wrong_key_usage end |