Class: Kreator::InteractiveCLI::ChatModel::SubmissionProgressMessage
- Inherits:
-
Struct
- Object
- Struct
- Kreator::InteractiveCLI::ChatModel::SubmissionProgressMessage
- Defined in:
- lib/kreator/interactive_cli.rb
Instance Attribute Summary collapse
-
#entry ⇒ Object
Returns the value of attribute entry.
-
#submission_id ⇒ Object
Returns the value of attribute submission_id.
Instance Attribute Details
#entry ⇒ Object
Returns the value of attribute entry
666 667 668 |
# File 'lib/kreator/interactive_cli.rb', line 666 def entry @entry end |
#submission_id ⇒ Object
Returns the value of attribute submission_id
666 667 668 |
# File 'lib/kreator/interactive_cli.rb', line 666 def submission_id @submission_id end |