Class: LLMExperiment::Task
- Inherits:
-
Data
- Object
- Data
- LLMExperiment::Task
- Defined in:
- lib/llm_experiment/experiment.rb
Instance Attribute Summary collapse
-
#app ⇒ Object
readonly
Returns the value of attribute app.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#impl_files ⇒ Object
readonly
Returns the value of attribute impl_files.
-
#test_file ⇒ Object
readonly
Returns the value of attribute test_file.
Instance Method Summary collapse
Instance Attribute Details
#app ⇒ Object (readonly)
Returns the value of attribute app
19 20 21 |
# File 'lib/llm_experiment/experiment.rb', line 19 def app @app end |
#id ⇒ Object (readonly)
Returns the value of attribute id
19 20 21 |
# File 'lib/llm_experiment/experiment.rb', line 19 def id @id end |
#impl_files ⇒ Object (readonly)
Returns the value of attribute impl_files
19 20 21 |
# File 'lib/llm_experiment/experiment.rb', line 19 def impl_files @impl_files end |
#test_file ⇒ Object (readonly)
Returns the value of attribute test_file
19 20 21 |
# File 'lib/llm_experiment/experiment.rb', line 19 def test_file @test_file end |
Instance Method Details
#branch ⇒ Object
20 21 22 |
# File 'lib/llm_experiment/experiment.rb', line 20 def branch "trial/#{id}" end |