Class: AppMap::Cucumber::ScenarioAttributes
- Inherits:
-
Struct
- Object
- Struct
- AppMap::Cucumber::ScenarioAttributes
- Defined in:
- lib/appmap/cucumber.rb
Instance Attribute Summary collapse
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#feature_group ⇒ Object
Returns the value of attribute feature_group.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#feature ⇒ Object
Returns the value of attribute feature
9 10 11 |
# File 'lib/appmap/cucumber.rb', line 9 def feature @feature end |
#feature_group ⇒ Object
Returns the value of attribute feature_group
9 10 11 |
# File 'lib/appmap/cucumber.rb', line 9 def feature_group @feature_group end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/appmap/cucumber.rb', line 9 def name @name end |