Class: GPGME::ImportStatus
- Inherits:
-
Object
- Object
- GPGME::ImportStatus
- Defined in:
- lib/gpgme/misc.rb,
ext/gpgme/gpgme_n.c
Instance Attribute Summary collapse
-
#fpr ⇒ Object
(also: #fingerprint)
readonly
Returns the value of attribute fpr.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#fpr ⇒ Object (readonly) Also known as: fingerprint
Returns the value of attribute fpr.
61 62 63 |
# File 'lib/gpgme/misc.rb', line 61 def fpr @fpr end |
#result ⇒ Object (readonly)
Returns the value of attribute result.
61 62 63 |
# File 'lib/gpgme/misc.rb', line 61 def result @result end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
61 62 63 |
# File 'lib/gpgme/misc.rb', line 61 def status @status end |