Class: Hydra::Derivatives::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/hydra/derivatives/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enable_ffmpegObject



21
22
23
# File 'lib/hydra/derivatives/config.rb', line 21

def enable_ffmpeg
  @enable_ffmpeg ||= true
end

#ffmpeg_pathObject



5
6
7
# File 'lib/hydra/derivatives/config.rb', line 5

def ffmpeg_path
  @ffmpeg_path ||= 'ffmpeg'
end

#fits_pathObject



17
18
19
# File 'lib/hydra/derivatives/config.rb', line 17

def fits_path
  @fits_path ||= 'fits.sh'
end

#libreoffice_pathObject



9
10
11
# File 'lib/hydra/derivatives/config.rb', line 9

def libreoffice_path
  @libreoffice_path ||= 'soffice'
end

#temp_file_baseObject



13
14
15
# File 'lib/hydra/derivatives/config.rb', line 13

def temp_file_base
  @temp_file_base ||= '/tmp'
end