Class: HtmlToKit::ToPDF
- Inherits:
-
ActiveMethod::Base
- Object
- ActiveMethod::Base
- HtmlToKit::ToPDF
- Defined in:
- lib/htmltokit/to_pdf.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
7 8 9 10 11 |
# File 'lib/htmltokit/to_pdf.rb', line 7 def call open_page save_pdf_on_disk close_browser end |