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

Returns:

  • (Object)

    the current value of examples



57
58
59
# File 'lib/cucumber/formatter/ast_lookup.rb', line 57

def examples
  @examples
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of type



57
58
59
# File 'lib/cucumber/formatter/ast_lookup.rb', line 57

def type
  @type
end