Class: Kreator::InteractiveCLI::ChatModel::SubmissionProgressMessage

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

Instance Attribute Summary collapse

Instance Attribute Details

#entryObject

Returns the value of attribute entry

Returns:

  • (Object)

    the current value of entry



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

def entry
  @entry
end

#submission_idObject

Returns the value of attribute submission_id

Returns:

  • (Object)

    the current value of submission_id



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

def submission_id
  @submission_id
end