Class: GPGME::ImportStatus

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

Instance Attribute Summary collapse

Instance Attribute Details

#fprObject (readonly) Also known as: fingerprint

Returns the value of attribute fpr.



54
55
56
# File 'lib/gpgme/misc.rb', line 54

def fpr
  @fpr
end

#resultObject (readonly)

Returns the value of attribute result.



54
55
56
# File 'lib/gpgme/misc.rb', line 54

def result
  @result
end

#statusObject (readonly)

Returns the value of attribute status.



54
55
56
# File 'lib/gpgme/misc.rb', line 54

def status
  @status
end