Module: Autotest::AutoUpdate

Defined in:
lib/autotest/autoupdate.rb

Class Method Summary collapse

Class Method Details

.sleep_time=(o) ⇒ Object



4
5
6
# File 'lib/autotest/autoupdate.rb', line 4

def self.sleep_time= o
  @@sleep_time = o
end

.update_cmd=(o) ⇒ Object



8
9
10
# File 'lib/autotest/autoupdate.rb', line 8

def self.update_cmd= o
  @@update_cmd = o
end