class Svg2pdf::Processor

Update output file naming options

Private Instance Methods

setup_options(options) click to toggle source
# File lib/svg_template_to_pdf.rb, line 43
def setup_options(options)
  @options               = options
  @options[:output_file] = File.join(@options[:working_dir], @options[:output_name] + '.' + @mode.to_s)
end