Module: ActiveCrypto::Encrypted::ClassAccessors
- Defined in:
 - lib/active_crypto.rb
 
Instance Method Summary collapse
Instance Method Details
#encrypted_attributes ⇒ Object
      200 201 202  | 
    
      # File 'lib/active_crypto.rb', line 200 def encrypted_attributes @encrypted_attributes||=[] end  | 
  
#encrypted_attributes=(attrs) ⇒ Object
      204 205 206  | 
    
      # File 'lib/active_crypto.rb', line 204 def encrypted_attributes=(attrs) @encrypted_attributes=attrs end  |