Class: Ehbrs::Runner::Videos::Probe

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs/runner/videos/probe.rb

Instance Method Summary collapse

Instance Method Details

#output_contentObject



23
24
25
# File 'lib/ehbrs/runner/videos/probe.rb', line 23

def output_content
  ::EacRubyUtils::Yaml.dump(container_file.info.to_h)
end

#runObject



19
20
21
# File 'lib/ehbrs/runner/videos/probe.rb', line 19

def run
  run_output
end