Class: GPGME::Recipient
- Inherits:
-
Object
- Object
- GPGME::Recipient
- Defined in:
- lib/gpgme/misc.rb,
ext/gpgme/gpgme_n.c
Instance Attribute Summary collapse
-
#keyid ⇒ Object
readonly
Returns the value of attribute keyid.
-
#pubkey_algo ⇒ Object
readonly
Returns the value of attribute pubkey_algo.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#keyid ⇒ Object (readonly)
Returns the value of attribute keyid.
18 19 20 |
# File 'lib/gpgme/misc.rb', line 18 def keyid @keyid end |
#pubkey_algo ⇒ Object (readonly)
Returns the value of attribute pubkey_algo.
18 19 20 |
# File 'lib/gpgme/misc.rb', line 18 def pubkey_algo @pubkey_algo end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
18 19 20 |
# File 'lib/gpgme/misc.rb', line 18 def status @status end |