class Kobot::Config
Configuration definition includes static ones hardcoded and dynamic ones that can be specified by command line options.
Attributes
browser_geolocation[RW]
browser_headless[RW]
browser_wait_timeout[RW]
clock[RW]
credentials_file[RW]
dryrun[RW]
force[RW]
gmail_notify_enabled[RW]
gmail_notify_subject[RW]
gmail_notify_to[RW]
gmail_smtp_address[RW]
gmail_smtp_port[RW]
kot_date_format[RW]
kot_timezone_offset[RW]
kot_url[RW]
loglevel[RW]
skip[RW]
Public Class Methods
configure() { |self| ... }
click to toggle source
# File lib/kobot/config.rb, line 30 def configure yield self end