Method: Origami::Encryption::EncryptedDocument#encryption_dict=

Defined in:
lib/origami/encryption.rb

#encryption_dict=(value) ⇒ Object (writeonly)

Sets the attribute encryption_dict

Parameters:

  • value

    the value to set the attribute encryption_dict to.



301
302
303
# File 'lib/origami/encryption.rb', line 301

def encryption_dict=(value)
  @encryption_dict = value
end