Class: Voynich::KMSDataKeyClient::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/voynich/kms_data_key_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertextObject

Returns the value of attribute ciphertext

Returns:

  • (Object)

    the current value of ciphertext



3
4
5
# File 'lib/voynich/kms_data_key_client.rb', line 3

def ciphertext
  @ciphertext
end

#plaintextObject

Returns the value of attribute plaintext

Returns:

  • (Object)

    the current value of plaintext



3
4
5
# File 'lib/voynich/kms_data_key_client.rb', line 3

def plaintext
  @plaintext
end