class SauceWhisk::Job

def video

def video
  unless @video
    @video = Assets.fetch id, "video.flv", :video
  end
  @video
end