class documentation

class ScenarioContextData(Attributes, EachAttributeOnlyOnceEnforcer):

View In Hierarchy

This class contains the attributes of the ScenarioContext class.

They can be retrieved from the boolean, num, text, and vec fields according to their type.

Class Variable boolean The boolean attributes of the ScenarioContext
Class Variable num The numeric attributes of the ScenarioContext
Class Variable text The textual attributes of the ScenarioContext
Class Variable vec The vectorial attributes of the ScenarioContext

Inherited from EachAttributeOnlyOnceEnforcer:

Method _attribute_type_list Undocumented