Class: GPGME::ImportResult

Inherits:
Object
  • Object
show all
Defined in:
lib/gpgme.rb

Instance Attribute Summary collapse

Instance Attribute Details

#consideredObject (readonly)

Returns the value of attribute considered.



1533
1534
1535
# File 'lib/gpgme.rb', line 1533

def considered
  @considered
end

#importedObject (readonly)

Returns the value of attribute imported.



1533
1534
1535
# File 'lib/gpgme.rb', line 1533

def imported
  @imported
end

#imported_rsaObject (readonly)

Returns the value of attribute imported_rsa.



1533
1534
1535
# File 'lib/gpgme.rb', line 1533

def imported_rsa
  @imported_rsa
end

#importsObject (readonly)

Returns the value of attribute imports.



1536
1537
1538
# File 'lib/gpgme.rb', line 1536

def imports
  @imports
end

#new_revocationsObject (readonly)

Returns the value of attribute new_revocations.



1534
1535
1536
# File 'lib/gpgme.rb', line 1534

def new_revocations
  @new_revocations
end

#new_signaturesObject (readonly)

Returns the value of attribute new_signatures.



1534
1535
1536
# File 'lib/gpgme.rb', line 1534

def new_signatures
  @new_signatures
end

#new_sub_keysObject (readonly)

Returns the value of attribute new_sub_keys.



1534
1535
1536
# File 'lib/gpgme.rb', line 1534

def new_sub_keys
  @new_sub_keys
end

#new_user_idsObject (readonly)

Returns the value of attribute new_user_ids.



1534
1535
1536
# File 'lib/gpgme.rb', line 1534

def new_user_ids
  @new_user_ids
end

#no_user_idObject (readonly)

Returns the value of attribute no_user_id.



1533
1534
1535
# File 'lib/gpgme.rb', line 1533

def no_user_id
  @no_user_id
end

#not_importedObject (readonly)

Returns the value of attribute not_imported.



1536
1537
1538
# File 'lib/gpgme.rb', line 1536

def not_imported
  @not_imported
end

#secret_importedObject (readonly)

Returns the value of attribute secret_imported.



1535
1536
1537
# File 'lib/gpgme.rb', line 1535

def secret_imported
  @secret_imported
end

#secret_readObject (readonly)

Returns the value of attribute secret_read.



1535
1536
1537
# File 'lib/gpgme.rb', line 1535

def secret_read
  @secret_read
end

#secret_unchangedObject (readonly)

Returns the value of attribute secret_unchanged.



1535
1536
1537
# File 'lib/gpgme.rb', line 1535

def secret_unchanged
  @secret_unchanged
end

#unchangedObject (readonly)

Returns the value of attribute unchanged.



1533
1534
1535
# File 'lib/gpgme.rb', line 1533

def unchanged
  @unchanged
end