Class: Hydra::Derivatives::Processors::Video::Config::CodecConfig
- Inherits:
-
Object
- Object
- Hydra::Derivatives::Processors::Video::Config::CodecConfig
- Defined in:
- lib/hydra/derivatives/processors/video/config.rb
Instance Attribute Summary collapse
-
#codec ⇒ Object
Returns the value of attribute codec.
Instance Method Summary collapse
-
#initialize(default) ⇒ CodecConfig
constructor
A new instance of CodecConfig.
Constructor Details
#initialize(default) ⇒ CodecConfig
Returns a new instance of CodecConfig.
42 43 44 |
# File 'lib/hydra/derivatives/processors/video/config.rb', line 42 def initialize(default) @codec = default end |
Instance Attribute Details
#codec ⇒ Object
Returns the value of attribute codec.
46 47 48 |
# File 'lib/hydra/derivatives/processors/video/config.rb', line 46 def codec @codec end |