Class: CompletionKit::JudgeVariantGenerator::Variant

Inherits:
Struct
  • Object
show all
Defined in:
app/services/completion_kit/judge_variant_generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#instructionObject

Returns the value of attribute instruction

Returns:

  • (Object)

    the current value of instruction



6
7
8
# File 'app/services/completion_kit/judge_variant_generator.rb', line 6

def instruction
  @instruction
end

#reasoningObject

Returns the value of attribute reasoning

Returns:

  • (Object)

    the current value of reasoning



6
7
8
# File 'app/services/completion_kit/judge_variant_generator.rb', line 6

def reasoning
  @reasoning
end