class Yorinter::HtmlToPdfEngine
Public Instance Methods
render()
click to toggle source
# File lib/yorinter/pdf_engine.rb, line 11 def render @engine.pdf_from_string(@document.template, document_options) end