Class: Cucumber::Formatter::AstLookup::ScenarioOutlineSource
- Inherits:
- Struct
- Object
- Struct
- Cucumber::Formatter::AstLookup::ScenarioOutlineSource
- Defined in:
- lib/cucumber/formatter/ast_lookup.rb
Instance Attribute Summary collapse
- #examples ⇒ Object
Returns the value of attribute examples.
- #row ⇒ Object
Returns the value of attribute row.
- #scenario_outline ⇒ Object
Returns the value of attribute scenario_outline.
- #type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#examples ⇒ Object
Returns the value of attribute examples
57 58 59 | # File 'lib/cucumber/formatter/ast_lookup.rb', line 57 def examples @examples end |
#row ⇒ Object
Returns the value of attribute row
57 58 59 | # File 'lib/cucumber/formatter/ast_lookup.rb', line 57 def row @row end |
#scenario_outline ⇒ Object
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 |
#type ⇒ Object
Returns the value of attribute type
57 58 59 | # File 'lib/cucumber/formatter/ast_lookup.rb', line 57 def type @type end |