Class: SampleFile::Video

Inherits:
Base
  • Object
show all
Defined in:
lib/sample_file/video.rb

Instance Method Summary collapse

Methods inherited from Base

#file

Instance Method Details

#file_path(type = 'h264') ⇒ Object



3
4
5
# File 'lib/sample_file/video.rb', line 3

def file_path(type='h264')
  File.join(video_dir_path, 'h264.mp4')
end