Module: Cucumber::Ast::Benchmark

Defined in:
lib/cucumber/formatter/profiler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#finished_atObject

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_timeObject

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_atObject

Returns the value of attribute started_at.



27
28
29
# File 'lib/cucumber/formatter/profiler.rb', line 27

def started_at
  @started_at
end