Class: Cucumber::Formatter::AstLookup::ScenarioOutlineSource

Inherits:
Struct
  • Object
show all
Defined in:
lib/cucumber/formatter/ast_lookup.rb

Instance Attribute Summary collapse

Instance Attribute Details

#examplesObject

Returns the value of attribute examples

 57 58 59
# File 'lib/cucumber/formatter/ast_lookup.rb', line 57 def examples @examples end 

#rowObject

Returns the value of attribute row

 57 58 59
# File 'lib/cucumber/formatter/ast_lookup.rb', line 57 def row @row end 

#scenario_outlineObject

Returns the value of attribute scenario_outline

 57 58 59
# File 'lib/cucumber/formatter/ast_lookup.rb', line 57 def scenario_outline @scenario_outline end 

#typeObject

Returns the value of attribute type

 57 58 59
# File 'lib/cucumber/formatter/ast_lookup.rb', line 57 def type @type end