Class: HtmlToKit::ToPDF

Inherits:
ActiveMethod::Base
  • Object
show all
Defined in:
lib/htmltokit/to_pdf.rb

Instance Method Summary collapse

Instance Method Details

#callObject



7
8
9
10
11
# File 'lib/htmltokit/to_pdf.rb', line 7

def call
  open_page
  save_pdf_on_disk
  close_browser
end