Class: GPGME::DecryptResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#file_nameObject (readonly)

Returns the value of attribute file_name.



25
26
27
# File 'lib/gpgme/misc.rb', line 25

def file_name
  @file_name
end

#recipientsObject (readonly)

Returns the value of attribute recipients.



25
26
27
# File 'lib/gpgme/misc.rb', line 25

def recipients
  @recipients
end

#unsupported_algorithmObject (readonly)

Returns the value of attribute unsupported_algorithm.



24
25
26
# File 'lib/gpgme/misc.rb', line 24

def unsupported_algorithm
  @unsupported_algorithm
end

#wrong_key_usageObject (readonly)

Returns the value of attribute wrong_key_usage.



24
25
26
# File 'lib/gpgme/misc.rb', line 24

def wrong_key_usage
  @wrong_key_usage
end