Class: Legion::CLI::Chat::DaemonChat::ModelInfo
- Inherits:
-
Struct
- Object
- Struct
- Legion::CLI::Chat::DaemonChat::ModelInfo
- Defined in:
- lib/legion/cli/chat/daemon_chat.rb
Overview
Minimal model object responding to .id (used by Session#model_id).
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
29 30 31 |
# File 'lib/legion/cli/chat/daemon_chat.rb', line 29 def id @id end |
Instance Method Details
#to_s ⇒ Object
30 31 32 |
# File 'lib/legion/cli/chat/daemon_chat.rb', line 30 def to_s id.to_s end |