module AttrCipher
Attributes
cipher[RW]
secret[R]
Public Class Methods
secret=(value)
click to toggle source
# File lib/attr_cipher/attr_cipher.rb, line 12 def self.secret=(value) @secret = value.to_s end