Class: HtmlToKit::ToImage

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

Instance Method Summary collapse

Instance Method Details

#callObject



6
7
8
9
10
# File 'lib/htmltokit/to_image.rb', line 6

def call
  open_page
  make_screenshot
  close_browser
end