Class: Hydra::Derivatives::Config
- Inherits:
-
Object
- Object
- Hydra::Derivatives::Config
- Defined in:
- lib/hydra/derivatives/config.rb
Instance Attribute Summary collapse
- #enable_ffmpeg ⇒ Object
- #ffmpeg_path ⇒ Object
- #fits_path ⇒ Object
- #libreoffice_path ⇒ Object
- #temp_file_base ⇒ Object
Instance Attribute Details
#enable_ffmpeg ⇒ Object
21 22 23 |
# File 'lib/hydra/derivatives/config.rb', line 21 def enable_ffmpeg @enable_ffmpeg ||= true end |
#ffmpeg_path ⇒ Object
5 6 7 |
# File 'lib/hydra/derivatives/config.rb', line 5 def ffmpeg_path @ffmpeg_path ||= 'ffmpeg' end |
#fits_path ⇒ Object
17 18 19 |
# File 'lib/hydra/derivatives/config.rb', line 17 def fits_path @fits_path ||= 'fits.sh' end |
#libreoffice_path ⇒ Object
9 10 11 |
# File 'lib/hydra/derivatives/config.rb', line 9 def libreoffice_path @libreoffice_path ||= 'soffice' end |
#temp_file_base ⇒ Object
13 14 15 |
# File 'lib/hydra/derivatives/config.rb', line 13 def temp_file_base @temp_file_base ||= '/tmp' end |