Class: AppMap::Cucumber::ScenarioAttributes

Inherits:
Struct
  • Object
show all
Defined in:
lib/appmap/cucumber.rb

Instance Attribute Summary collapse

Instance Attribute Details

#featureObject

Returns the value of attribute feature



9
10
11
# File 'lib/appmap/cucumber.rb', line 9

def feature
  @feature
end

#feature_groupObject

Returns the value of attribute feature_group



9
10
11
# File 'lib/appmap/cucumber.rb', line 9

def feature_group
  @feature_group
end

#nameObject

Returns the value of attribute name



9
10
11
# File 'lib/appmap/cucumber.rb', line 9

def name
  @name
end