lib/kobot/config.rb in kobot-1.2.5 vs lib/kobot/config.rb in kobot-1.3.0
- old
+ new
@@ -6,27 +6,24 @@
class Config
class << self
attr_accessor :clock,
:loglevel,
:skip,
+ :auto_skip_without,
:dryrun,
- :force
-
- attr_accessor :kot_url,
+ :force,
+ :kot_url,
:kot_timezone_offset,
- :kot_date_format
-
- attr_accessor :gmail_notify_enabled,
+ :kot_date_format,
+ :gmail_notify_enabled,
:gmail_notify_subject,
:gmail_notify_to,
:gmail_smtp_address,
- :gmail_smtp_port
-
- attr_accessor :browser_headless,
+ :gmail_smtp_port,
+ :browser_headless,
:browser_geolocation,
- :browser_wait_timeout
-
- attr_accessor :credentials_file
+ :browser_wait_timeout,
+ :credentials_file
def configure
yield self
end
end