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?
83 84 85 |
# File 'lib/brute/providers/shell.rb', line 83
def chat?
@chat?
end
|
#id ⇒ Object
Returns the value of attribute id
83 84 85 |
# File 'lib/brute/providers/shell.rb', line 83 def id @id end |