module Autotest::AutoUpdate
Public Class Methods
sleep_time=(o)
click to toggle source
# File lib/autotest/autoupdate.rb, line 4 def self.sleep_time= o @@sleep_time = o end
update_cmd=(o)
click to toggle source
# File lib/autotest/autoupdate.rb, line 8 def self.update_cmd= o @@update_cmd = o end