class Aaet::Runner

Attributes

common[RW]

Public Class Methods

new(settings) click to toggle source
# File lib/aaet.rb, line 19
def initialize settings
  self.common = Aaet::Common.new(settings)
end

Public Instance Methods

crawler() click to toggle source
# File lib/aaet.rb, line 27
def crawler
  common.crawler
end
current_activity() click to toggle source
# File lib/aaet.rb, line 39
def current_activity
  common.get_activity
end
monitor_log_start() click to toggle source
# File lib/aaet.rb, line 23
def monitor_log_start
  common.start_log
end
monkey() click to toggle source
# File lib/aaet.rb, line 35
def monkey
  common.monkey
end
replay() click to toggle source
# File lib/aaet.rb, line 31
def replay
  common.replay
end