Class: GPGME::Recipient

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyidObject (readonly)

Returns the value of attribute keyid.

[View on GitHub]

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

def keyid
  @keyid
end

#pubkey_algoObject (readonly)

Returns the value of attribute pubkey_algo.

[View on GitHub]

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

def pubkey_algo
  @pubkey_algo
end

#statusObject (readonly)

Returns the value of attribute status.

[View on GitHub]

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

def status
  @status
end