Class: BruteCLI::Providers::Shell::ModelList::ModelEntry
- Inherits:
-
Struct
- Object
- Struct
- BruteCLI::Providers::Shell::ModelList::ModelEntry
- Defined in:
- lib/brute_cli/providers/shell.rb
Instance Attribute Summary collapse
-
#chat? ⇒ Object
Returns the value of attribute chat?.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#chat? ⇒ Object
Returns the value of attribute chat?
86 87 88 |
# File 'lib/brute_cli/providers/shell.rb', line 86
def chat?
@chat?
end
|
#id ⇒ Object
Returns the value of attribute id
86 87 88 |
# File 'lib/brute_cli/providers/shell.rb', line 86 def id @id end |