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