Class: 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
11 12 13 |
# File 'lib/appmap/cucumber.rb', line 11 def feature @feature end |
#feature_group ⇒ Object
Returns the value of attribute feature_group
11 12 13 |
# File 'lib/appmap/cucumber.rb', line 11 def feature_group @feature_group end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/appmap/cucumber.rb', line 11 def name @name end |