Class: GPGME::Recipient

Inherits:
Object
  • Object
show all
Defined in:
lib/gpgme/misc.rb,
ext/gpgme/gpgme_n.c

Instance Attribute Summary collapse

Instance Attribute Details

#keyidObject (readonly)

Returns the value of attribute keyid.



18
19
20
# File 'lib/gpgme/misc.rb', line 18

def keyid
  @keyid
end

#pubkey_algoObject (readonly)

Returns the value of attribute pubkey_algo.



18
19
20
# File 'lib/gpgme/misc.rb', line 18

def pubkey_algo
  @pubkey_algo
end

#statusObject (readonly)

Returns the value of attribute status.



18
19
20
# File 'lib/gpgme/misc.rb', line 18

def status
  @status
end