Class: Aaet::Runner
- Inherits:
-
Object
- Object
- Aaet::Runner
- Defined in:
- lib/aaet.rb
Instance Attribute Summary collapse
-
#common ⇒ Object
Returns the value of attribute common.
Instance Method Summary collapse
- #crawler ⇒ Object
- #current_activity ⇒ Object
-
#initialize(settings) ⇒ Runner
constructor
A new instance of Runner.
- #monitor_log_start ⇒ Object
- #monkey ⇒ Object
- #replay ⇒ Object
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
#common ⇒ Object
Returns the value of attribute common.
17 18 19 |
# File 'lib/aaet.rb', line 17 def common @common end |
Instance Method Details
#crawler ⇒ Object
27 28 29 |
# File 'lib/aaet.rb', line 27 def crawler common.crawler end |
#current_activity ⇒ Object
39 40 41 |
# File 'lib/aaet.rb', line 39 def current_activity common.get_activity end |
#monitor_log_start ⇒ Object
23 24 25 |
# File 'lib/aaet.rb', line 23 def monitor_log_start common.start_log end |
#monkey ⇒ Object
35 36 37 |
# File 'lib/aaet.rb', line 35 def monkey common.monkey end |
#replay ⇒ Object
31 32 33 |
# File 'lib/aaet.rb', line 31 def replay common.replay end |