Class: ActionEncrypt::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/action_encrypt/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blind_index_keyObject

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_keyObject

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