Method: Origami::Encryption::AES#iv=

Defined in:
lib/origami/encryption.rb

#iv=(value) ⇒ Object (writeonly)

Sets the attribute iv

Parameters:

  • value

    the value to set the attribute iv to.



571
572
573
# File 'lib/origami/encryption.rb', line 571

def iv=(value)
  @iv = value
end