Class: GPGME::ImportResult
- Inherits:
-
Object
- Object
- GPGME::ImportResult
- Defined in:
- lib/gpgme.rb
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.
1482 1483 1484 |
# File 'lib/gpgme.rb', line 1482 def considered @considered end |
#imported ⇒ Object (readonly)
Returns the value of attribute imported.
1482 1483 1484 |
# File 'lib/gpgme.rb', line 1482 def imported @imported end |
#imported_rsa ⇒ Object (readonly)
Returns the value of attribute imported_rsa.
1482 1483 1484 |
# File 'lib/gpgme.rb', line 1482 def imported_rsa @imported_rsa end |
#imports ⇒ Object (readonly)
Returns the value of attribute imports.
1485 1486 1487 |
# File 'lib/gpgme.rb', line 1485 def imports @imports end |
#new_revocations ⇒ Object (readonly)
Returns the value of attribute new_revocations.
1483 1484 1485 |
# File 'lib/gpgme.rb', line 1483 def new_revocations @new_revocations end |
#new_signatures ⇒ Object (readonly)
Returns the value of attribute new_signatures.
1483 1484 1485 |
# File 'lib/gpgme.rb', line 1483 def new_signatures @new_signatures end |
#new_sub_keys ⇒ Object (readonly)
Returns the value of attribute new_sub_keys.
1483 1484 1485 |
# File 'lib/gpgme.rb', line 1483 def new_sub_keys @new_sub_keys end |
#new_user_ids ⇒ Object (readonly)
Returns the value of attribute new_user_ids.
1483 1484 1485 |
# File 'lib/gpgme.rb', line 1483 def new_user_ids @new_user_ids end |
#no_user_id ⇒ Object (readonly)
Returns the value of attribute no_user_id.
1482 1483 1484 |
# File 'lib/gpgme.rb', line 1482 def no_user_id @no_user_id end |
#not_imported ⇒ Object (readonly)
Returns the value of attribute not_imported.
1485 1486 1487 |
# File 'lib/gpgme.rb', line 1485 def not_imported @not_imported end |
#secret_imported ⇒ Object (readonly)
Returns the value of attribute secret_imported.
1484 1485 1486 |
# File 'lib/gpgme.rb', line 1484 def secret_imported @secret_imported end |
#secret_read ⇒ Object (readonly)
Returns the value of attribute secret_read.
1484 1485 1486 |
# File 'lib/gpgme.rb', line 1484 def secret_read @secret_read end |
#secret_unchanged ⇒ Object (readonly)
Returns the value of attribute secret_unchanged.
1484 1485 1486 |
# File 'lib/gpgme.rb', line 1484 def secret_unchanged @secret_unchanged end |
#unchanged ⇒ Object (readonly)
Returns the value of attribute unchanged.
1482 1483 1484 |
# File 'lib/gpgme.rb', line 1482 def unchanged @unchanged end |