Class: Autonoma::FactoryContext
- Inherits:
-
Struct
- Object
- Struct
- Autonoma::FactoryContext
- Defined in:
- lib/autonoma/types.rb
Instance Attribute Summary collapse
-
#refs ⇒ Object
Returns the value of attribute refs.
-
#scenario_name ⇒ Object
Returns the value of attribute scenario_name.
-
#test_run_id ⇒ Object
Returns the value of attribute test_run_id.
Instance Attribute Details
#refs ⇒ Object
Returns the value of attribute refs
26 27 28 |
# File 'lib/autonoma/types.rb', line 26 def refs @refs end |
#scenario_name ⇒ Object
Returns the value of attribute scenario_name
26 27 28 |
# File 'lib/autonoma/types.rb', line 26 def scenario_name @scenario_name end |
#test_run_id ⇒ Object
Returns the value of attribute test_run_id
26 27 28 |
# File 'lib/autonoma/types.rb', line 26 def test_run_id @test_run_id end |