Module: WkhtmltopdfRunner

Defined in:
lib/wkhtmltopdf_runner.rb,
lib/wkhtmltopdf_runner/cmd.rb,
lib/wkhtmltopdf_runner/path.rb,
lib/wkhtmltopdf_runner/error.rb,
lib/wkhtmltopdf_runner/utils.rb,
lib/wkhtmltopdf_runner/runner.rb,
lib/wkhtmltopdf_runner/version.rb,
lib/wkhtmltopdf_runner/configuration.rb,
lib/wkhtmltopdf_runner/path_validator.rb

Defined Under Namespace

Modules: Utils Classes: Cmd, Configuration, Error, InvalidPathError, Path, PathValidator, Runner

Constant Summary collapse

VERSION =
'0.7.0'

Class Method Summary collapse

Class Method Details

.runnerObject



13
14
15
# File 'lib/wkhtmltopdf_runner.rb', line 13

def runner
  @runner ||= WkhtmltopdfRunner::Runner.new
end