Class: GPGME::ImportStatus

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.



1475
1476
1477
# File 'lib/gpgme.rb', line 1475

def fpr
  @fpr
end

#resultObject (readonly)

Returns the value of attribute result.



1475
1476
1477
# File 'lib/gpgme.rb', line 1475

def result
  @result
end

#statusObject (readonly)

Returns the value of attribute status.



1475
1476
1477
# File 'lib/gpgme.rb', line 1475

def status
  @status
end