Class: CarrierWave::SecureFile::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#aes_ivObject

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_keyObject

Returns the value of attribute aes_key.



13
14
15
# File 'lib/carrierwave/securefile/configuration.rb', line 13

def aes_key
  @aes_key
end

#cypherObject

Returns the value of attribute cypher.



13
14
15
# File 'lib/carrierwave/securefile/configuration.rb', line 13

def cypher
  @cypher
end

#encryption_typeObject

Returns the value of attribute encryption_type.



13
14
15
# File 'lib/carrierwave/securefile/configuration.rb', line 13

def encryption_type
  @encryption_type
end