Class: Applicants::Video

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/applicants/video.rb

Instance Method Summary collapse

Instance Method Details

#remove_video!Object



10
11
12
# File 'app/models/applicants/video.rb', line 10

def remove_video!
  Applicants::VideoUrlUtility.new(video_url).remove!
end

#temporary_video_urlObject



6
7
8
# File 'app/models/applicants/video.rb', line 6

def temporary_video_url
  Applicants::VideoUrlUtility.new(video_url).temporary
end