Class: Aaet::Runner

Inherits:
Object
  • Object
show all
Defined in:
lib/aaet.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(settings) ⇒ Runner

Returns a new instance of Runner.



19
20
21
# File 'lib/aaet.rb', line 19

def initialize settings
  self.common = Aaet::Common.new(settings)
end

Instance Attribute Details

#commonObject

Returns the value of attribute common.



17
18
19
# File 'lib/aaet.rb', line 17

def common
  @common
end

Instance Method Details

#crawlerObject



27
28
29
# File 'lib/aaet.rb', line 27

def crawler
  common.crawler
end

#current_activityObject



39
40
41
# File 'lib/aaet.rb', line 39

def current_activity
  common.get_activity
end

#monitor_log_startObject



23
24
25
# File 'lib/aaet.rb', line 23

def monitor_log_start
  common.start_log
end

#monkeyObject



35
36
37
# File 'lib/aaet.rb', line 35

def monkey
  common.monkey
end

#replayObject



31
32
33
# File 'lib/aaet.rb', line 31

def replay
  common.replay
end