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