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

Returns:

  • (Object)

    the current value of feature



12
13
14
# File 'lib/appmap/cucumber.rb', line 12

def feature
  @feature
end

#feature_groupObject

Returns the value of attribute feature_group

Returns:

  • (Object)

    the current value of feature_group



12
13
14
# File 'lib/appmap/cucumber.rb', line 12

def feature_group
  @feature_group
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/appmap/cucumber.rb', line 12

def name
  @name
end