Class: FlexiAdmin::Config::Store
- Inherits:
-
Object
- Object
- FlexiAdmin::Config::Store
- Defined in:
- lib/flexi_admin/config.rb
Instance Attribute Summary collapse
-
#chat_client ⇒ Object
Returns the value of attribute chat_client.
-
#controller_class ⇒ Object
writeonly
Sets the attribute controller_class.
-
#functions ⇒ Object
readonly
Returns the value of attribute functions.
-
#llm_client ⇒ Object
Returns the value of attribute llm_client.
Instance Attribute Details
#chat_client ⇒ Object
Returns the value of attribute chat_client.
6 7 8 |
# File 'lib/flexi_admin/config.rb', line 6 def chat_client @chat_client end |
#controller_class=(value) ⇒ Object (writeonly)
Sets the attribute controller_class
9 10 11 |
# File 'lib/flexi_admin/config.rb', line 9 def controller_class=(value) @controller_class = value end |
#functions ⇒ Object (readonly)
Returns the value of attribute functions.
7 8 9 |
# File 'lib/flexi_admin/config.rb', line 7 def functions @functions end |
#llm_client ⇒ Object
Returns the value of attribute llm_client.
6 7 8 |
# File 'lib/flexi_admin/config.rb', line 6 def llm_client @llm_client end |