Class: Cucumber::Formatter::AstLookup::StepSource
- Inherits:
- Struct
- Object
- Struct
- Cucumber::Formatter::AstLookup::StepSource
- Defined in:
- lib/cucumber/formatter/ast_lookup.rb
Instance Attribute Summary collapse
- #step ⇒ Object
Returns the value of attribute step.
- #type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#step ⇒ Object
Returns the value of attribute step
59 60 61 | # File 'lib/cucumber/formatter/ast_lookup.rb', line 59 def step @step end |
#type ⇒ Object
Returns the value of attribute type
59 60 61 | # File 'lib/cucumber/formatter/ast_lookup.rb', line 59 def type @type end |