Class: PorkyLib::Symmetric::DecryptedText

Inherits:
Struct
  • Object
show all
Defined in:
lib/porky_lib/symmetric.rb

Instance Attribute Summary collapse

Instance Attribute Details

#plaintextObject

Returns the value of attribute plaintext

Returns:

  • (Object)

    the current value of plaintext



16
17
18
# File 'lib/porky_lib/symmetric.rb', line 16

def plaintext
  @plaintext
end

#statisticsObject

Returns the value of attribute statistics

Returns:

  • (Object)

    the current value of statistics



16
17
18
# File 'lib/porky_lib/symmetric.rb', line 16

def statistics
  @statistics
end