Class: PorkyLib::Symmetric::DecryptedText
- Inherits:
-
Struct
- Object
- Struct
- PorkyLib::Symmetric::DecryptedText
- Defined in:
- lib/porky_lib/symmetric.rb
Instance Attribute Summary collapse
-
#plaintext ⇒ Object
Returns the value of attribute plaintext.
-
#statistics ⇒ Object
Returns the value of attribute statistics.
Instance Attribute Details
#plaintext ⇒ Object
Returns the value of attribute plaintext
16 17 18 |
# File 'lib/porky_lib/symmetric.rb', line 16 def plaintext @plaintext end |
#statistics ⇒ Object
Returns the value of attribute statistics
16 17 18 |
# File 'lib/porky_lib/symmetric.rb', line 16 def statistics @statistics end |