Class: GPGME::InvalidKey

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

Instance Attribute Summary collapse

Instance Attribute Details

#fprObject (readonly) Also known as: fingerprint

Returns the value of attribute fpr.



1457
1458
1459
# File 'lib/gpgme.rb', line 1457

def fpr
  @fpr
end

#reasonObject (readonly)

Returns the value of attribute reason.



1457
1458
1459
# File 'lib/gpgme.rb', line 1457

def reason
  @reason
end