Class: Cucumber::Formatter::AstLookup::ScenarioSource
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/formatter/ast_lookup.rb
Instance Attribute Summary collapse
-
#scenario ⇒ Object
Returns the value of attribute scenario.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#scenario ⇒ Object
Returns the value of attribute scenario
55 56 57 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/formatter/ast_lookup.rb', line 55 def scenario @scenario end |
#type ⇒ Object
Returns the value of attribute type
55 56 57 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/formatter/ast_lookup.rb', line 55 def type @type end |