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



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

def feature
  @feature
end

#feature_groupObject

Returns the value of attribute feature_group



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

def feature_group
  @feature_group
end

#nameObject

Returns the value of attribute name



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

def name
  @name
end