Class: CarrierWave::SecureFile::Configuration
- Inherits:
-
Object
- Object
- CarrierWave::SecureFile::Configuration
- Defined in:
- lib/carrierwave/securefile/configuration.rb
Instance Attribute Summary collapse
-
#aes_iv ⇒ Object
Returns the value of attribute aes_iv.
-
#aes_key ⇒ Object
Returns the value of attribute aes_key.
-
#cypher ⇒ Object
Returns the value of attribute cypher.
-
#encryption_type ⇒ Object
Returns the value of attribute encryption_type.
Instance Attribute Details
#aes_iv ⇒ Object
Returns the value of attribute aes_iv.
13 14 15 |
# File 'lib/carrierwave/securefile/configuration.rb', line 13 def aes_iv @aes_iv end |
#aes_key ⇒ Object
Returns the value of attribute aes_key.
13 14 15 |
# File 'lib/carrierwave/securefile/configuration.rb', line 13 def aes_key @aes_key end |
#cypher ⇒ Object
Returns the value of attribute cypher.
13 14 15 |
# File 'lib/carrierwave/securefile/configuration.rb', line 13 def cypher @cypher end |
#encryption_type ⇒ Object
Returns the value of attribute encryption_type.
13 14 15 |
# File 'lib/carrierwave/securefile/configuration.rb', line 13 def encryption_type @encryption_type end |