class ScreenshotLayer::CaptureOptions

Attributes

accept_lang[RW]
access_key[RW]
css_url[RW]
delay[RW]
export[RW]
filename[RW]
force[RW]
format[RW]
fullpage[RW]
placeholder[RW]
secret_key[RW]
ttl[RW]
url[RW]
user_agent[RW]
viewport[RW]
width[RW]

Public Class Methods

new() click to toggle source
# File lib/screenshot_capture.rb, line 144
def initialize()
  @query = nil
end