Class: ActionEncrypt::Configuration
- Inherits:
-
Object
- Object
- ActionEncrypt::Configuration
- Defined in:
- lib/action_encrypt/configuration.rb
Instance Attribute Summary collapse
-
#blind_index_key ⇒ Object
Returns the value of attribute blind_index_key.
-
#key_encryption_key ⇒ Object
Returns the value of attribute key_encryption_key.
Instance Attribute Details
#blind_index_key ⇒ Object
Returns the value of attribute blind_index_key.
5 6 7 |
# File 'lib/action_encrypt/configuration.rb', line 5 def blind_index_key @blind_index_key end |
#key_encryption_key ⇒ Object
Returns the value of attribute key_encryption_key.
5 6 7 |
# File 'lib/action_encrypt/configuration.rb', line 5 def key_encryption_key @key_encryption_key end |