Module: Webstract
- Defined in:
- lib/webstract.rb,
lib/webstract/errors.rb,
lib/webstract/favicon.rb,
lib/webstract/version.rb,
lib/webstract/screenshot.rb,
lib/webstract/screen_capture.rb,
lib/webstract/screenshot_backend.rb
Defined Under Namespace
Modules: Errors, ScreenshotBackend
Classes: Favicon, ScreenCapture, Screenshot
Constant Summary
collapse
- VERSION =
'0.0.4'
Class Method Summary
collapse
Class Method Details
.favicon(options = {}) ⇒ Object
13
14
15
|
# File 'lib/webstract.rb', line 13
def self.favicon(options = {})
Webstract::Favicon.new(options)
end
|
.screenshot(options = {}) ⇒ Object
9
10
11
|
# File 'lib/webstract.rb', line 9
def self.screenshot(options = {})
Webstract::Screenshot.new(options)
end
|