Class: Brute::Providers::Shell::ModelList::ModelEntry
- Inherits:
-
Struct
- Object
- Struct
- Brute::Providers::Shell::ModelList::ModelEntry
- Defined in:
- lib/brute/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?
96 97 98 |
# File 'lib/brute/providers/shell.rb', line 96
def chat?
@chat?
end
|
#id ⇒ Object
Returns the value of attribute id
96 97 98 |
# File 'lib/brute/providers/shell.rb', line 96 def id @id end |