Class: Autonoma::FactoryContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/autonoma/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#refsObject

Returns the value of attribute refs

Returns:

  • (Object)

    the current value of refs



26
27
28
# File 'lib/autonoma/types.rb', line 26

def refs
  @refs
end

#scenario_nameObject

Returns the value of attribute scenario_name

Returns:

  • (Object)

    the current value of scenario_name



26
27
28
# File 'lib/autonoma/types.rb', line 26

def scenario_name
  @scenario_name
end

#test_run_idObject

Returns the value of attribute test_run_id

Returns:

  • (Object)

    the current value of test_run_id



26
27
28
# File 'lib/autonoma/types.rb', line 26

def test_run_id
  @test_run_id
end