Module: Cucumber::Ast::Benchmark
- Defined in:
- lib/cucumber/formatter/profiler.rb
Instance Attribute Summary collapse
-
#finished_at ⇒ Object
Returns the value of attribute finished_at.
-
#run_time ⇒ Object
Returns the value of attribute run_time.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
Instance Attribute Details
#finished_at ⇒ Object
Returns the value of attribute finished_at.
27 28 29 |
# File 'lib/cucumber/formatter/profiler.rb', line 27 def finished_at @finished_at end |
#run_time ⇒ Object
Returns the value of attribute run_time.
27 28 29 |
# File 'lib/cucumber/formatter/profiler.rb', line 27 def run_time @run_time end |
#started_at ⇒ Object
Returns the value of attribute started_at.
27 28 29 |
# File 'lib/cucumber/formatter/profiler.rb', line 27 def started_at @started_at end |