Class: GPGME::ImportResult
- Inherits:
-
Object
- Object
- GPGME::ImportResult
- Defined in:
- lib/gpgme/misc.rb,
ext/gpgme/gpgme_n.c
Instance Attribute Summary collapse
-
#considered ⇒ Object
readonly
Returns the value of attribute considered.
-
#imported ⇒ Object
readonly
Returns the value of attribute imported.
-
#imported_rsa ⇒ Object
readonly
Returns the value of attribute imported_rsa.
-
#imports ⇒ Object
readonly
Returns the value of attribute imports.
-
#new_revocations ⇒ Object
readonly
Returns the value of attribute new_revocations.
-
#new_signatures ⇒ Object
readonly
Returns the value of attribute new_signatures.
-
#new_sub_keys ⇒ Object
readonly
Returns the value of attribute new_sub_keys.
-
#new_user_ids ⇒ Object
readonly
Returns the value of attribute new_user_ids.
-
#no_user_id ⇒ Object
readonly
Returns the value of attribute no_user_id.
-
#not_imported ⇒ Object
readonly
Returns the value of attribute not_imported.
-
#secret_imported ⇒ Object
readonly
Returns the value of attribute secret_imported.
-
#secret_read ⇒ Object
readonly
Returns the value of attribute secret_read.
-
#secret_unchanged ⇒ Object
readonly
Returns the value of attribute secret_unchanged.
-
#unchanged ⇒ Object
readonly
Returns the value of attribute unchanged.
Instance Attribute Details
#considered ⇒ Object (readonly)
Returns the value of attribute considered.
68 69 70 |
# File 'lib/gpgme/misc.rb', line 68 def considered @considered end |
#imported ⇒ Object (readonly)
Returns the value of attribute imported.
68 69 70 |
# File 'lib/gpgme/misc.rb', line 68 def imported @imported end |
#imported_rsa ⇒ Object (readonly)
Returns the value of attribute imported_rsa.
68 69 70 |
# File 'lib/gpgme/misc.rb', line 68 def imported_rsa @imported_rsa end |
#imports ⇒ Object (readonly)
Returns the value of attribute imports.
71 72 73 |
# File 'lib/gpgme/misc.rb', line 71 def imports @imports end |
#new_revocations ⇒ Object (readonly)
Returns the value of attribute new_revocations.
69 70 71 |
# File 'lib/gpgme/misc.rb', line 69 def new_revocations @new_revocations end |
#new_signatures ⇒ Object (readonly)
Returns the value of attribute new_signatures.
69 70 71 |
# File 'lib/gpgme/misc.rb', line 69 def new_signatures @new_signatures end |
#new_sub_keys ⇒ Object (readonly)
Returns the value of attribute new_sub_keys.
69 70 71 |
# File 'lib/gpgme/misc.rb', line 69 def new_sub_keys @new_sub_keys end |
#new_user_ids ⇒ Object (readonly)
Returns the value of attribute new_user_ids.
69 70 71 |
# File 'lib/gpgme/misc.rb', line 69 def new_user_ids @new_user_ids end |
#no_user_id ⇒ Object (readonly)
Returns the value of attribute no_user_id.
68 69 70 |
# File 'lib/gpgme/misc.rb', line 68 def no_user_id @no_user_id end |
#not_imported ⇒ Object (readonly)
Returns the value of attribute not_imported.
71 72 73 |
# File 'lib/gpgme/misc.rb', line 71 def not_imported @not_imported end |
#secret_imported ⇒ Object (readonly)
Returns the value of attribute secret_imported.
70 71 72 |
# File 'lib/gpgme/misc.rb', line 70 def secret_imported @secret_imported end |
#secret_read ⇒ Object (readonly)
Returns the value of attribute secret_read.
70 71 72 |
# File 'lib/gpgme/misc.rb', line 70 def secret_read @secret_read end |
#secret_unchanged ⇒ Object (readonly)
Returns the value of attribute secret_unchanged.
70 71 72 |
# File 'lib/gpgme/misc.rb', line 70 def secret_unchanged @secret_unchanged end |
#unchanged ⇒ Object (readonly)
Returns the value of attribute unchanged.
68 69 70 |
# File 'lib/gpgme/misc.rb', line 68 def unchanged @unchanged end |