Class: RbsGoose::Configuration::LLMConfig
- Inherits:
-
Struct
- Object
- Struct
- RbsGoose::Configuration::LLMConfig
- Defined in:
- lib/rbs_goose/configuration.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#mode ⇒ Object
Returns the value of attribute mode.
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client
11 12 13 |
# File 'lib/rbs_goose/configuration.rb', line 11 def client @client end |
#mode ⇒ Object
Returns the value of attribute mode
11 12 13 |
# File 'lib/rbs_goose/configuration.rb', line 11 def mode @mode end |