Module: ActiveCrypto::Encrypted::ClassAccessors

Defined in:
lib/active_crypto.rb

Instance Method Summary collapse

Instance Method Details

#encrypted_attributesObject



190
191
192
# File 'lib/active_crypto.rb', line 190

def encrypted_attributes
  @encrypted_attributes||=[]
end

#encrypted_attributes=(attrs) ⇒ Object



194
195
196
# File 'lib/active_crypto.rb', line 194

def encrypted_attributes=(attrs)
  @encrypted_attributes=attrs
end