Class: SampleFile::Video
Instance Method Summary collapse
Methods inherited from Base
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 |