Method: Origami::Encryption::EncryptedDocument#encryption_dict=
- Defined in:
- lib/origami/encryption.rb
#encryption_dict=(value) ⇒ Object (writeonly)
Sets the attribute encryption_dict
301 302 303 |
# File 'lib/origami/encryption.rb', line 301 def encryption_dict=(value) @encryption_dict = value end |