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.



1508
1509
1510
# File 'lib/gpgme.rb', line 1508

def fpr
  @fpr
end

#reasonObject (readonly)

Returns the value of attribute reason.



1508
1509
1510
# File 'lib/gpgme.rb', line 1508

def reason
  @reason
end