Class: LLMExperiment::Task

Inherits:
Data
  • Object
show all
Defined in:
lib/llm_experiment/experiment.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#appObject (readonly)

Returns the value of attribute app

Returns:

  • (Object)

    the current value of app



19
20
21
# File 'lib/llm_experiment/experiment.rb', line 19

def app
  @app
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



19
20
21
# File 'lib/llm_experiment/experiment.rb', line 19

def id
  @id
end

#impl_filesObject (readonly)

Returns the value of attribute impl_files

Returns:

  • (Object)

    the current value of impl_files



19
20
21
# File 'lib/llm_experiment/experiment.rb', line 19

def impl_files
  @impl_files
end

#test_fileObject (readonly)

Returns the value of attribute test_file

Returns:

  • (Object)

    the current value of test_file



19
20
21
# File 'lib/llm_experiment/experiment.rb', line 19

def test_file
  @test_file
end

Instance Method Details

#branchObject



20
21
22
# File 'lib/llm_experiment/experiment.rb', line 20

def branch
  "trial/#{id}"
end