Class: Kreator::InteractiveCLI::ChatModel::SubmissionCompleteMessage

Inherits:
Struct
  • Object
show all
Defined in:
lib/kreator/interactive_cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#result_entriesObject

Returns the value of attribute result_entries

Returns:

  • (Object)

    the current value of result_entries



667
668
669
# File 'lib/kreator/interactive_cli.rb', line 667

def result_entries
  @result_entries
end

#submission_idObject

Returns the value of attribute submission_id

Returns:

  • (Object)

    the current value of submission_id



667
668
669
# File 'lib/kreator/interactive_cli.rb', line 667

def submission_id
  @submission_id
end