Class: Voynich::KMSDataKeyClient::Result
- Inherits:
-
Struct
- Object
- Struct
- Voynich::KMSDataKeyClient::Result
- Defined in:
- lib/voynich/kms_data_key_client.rb
Instance Attribute Summary collapse
-
#ciphertext ⇒ Object
Returns the value of attribute ciphertext.
-
#plaintext ⇒ Object
Returns the value of attribute plaintext.
Instance Attribute Details
#ciphertext ⇒ Object
Returns the value of attribute ciphertext
3 4 5 |
# File 'lib/voynich/kms_data_key_client.rb', line 3 def ciphertext @ciphertext end |
#plaintext ⇒ Object
Returns the value of attribute plaintext
3 4 5 |
# File 'lib/voynich/kms_data_key_client.rb', line 3 def plaintext @plaintext end |