Class: Cucumber::Formatter::Usage::StepDefKey

Inherits:
StepDefinitionLight show all
Defined in:
lib/cucumber/formatter/usage.rb

Instance Attribute Summary collapse

Attributes inherited from StepDefinitionLight

#location, #regexp_source

Method Summary

Methods inherited from StepDefinitionLight

#eql?, #hash, #initialize

Constructor Details

This class inherits a constructor from Cucumber::StepDefinitionLight

Instance Attribute Details

#mean_durationObject

Returns the value of attribute mean_duration.



12
13
14
# File 'lib/cucumber/formatter/usage.rb', line 12

def mean_duration
  @mean_duration
end

#statusObject

Returns the value of attribute status.



12
13
14
# File 'lib/cucumber/formatter/usage.rb', line 12

def status
  @status
end