Module: ActiveCrypto::Encrypted::ClassAccessors
- Defined in:
- lib/gems/ezcrypto-0.7/lib/active_crypto.rb
Instance Method Summary collapse
Instance Method Details
#encrypted_attributes ⇒ Object
190 191 192 |
# File 'lib/gems/ezcrypto-0.7/lib/active_crypto.rb', line 190 def encrypted_attributes @encrypted_attributes||=[] end |
#encrypted_attributes=(attrs) ⇒ Object
194 195 196 |
# File 'lib/gems/ezcrypto-0.7/lib/active_crypto.rb', line 194 def encrypted_attributes=(attrs) @encrypted_attributes=attrs end |