Class: FlexiAdmin::Config::Store

Inherits:
Object
  • Object
show all
Defined in:
lib/flexi_admin/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chat_clientObject

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

Parameters:

  • value

    the value to set the attribute controller_class to.



9
10
11
# File 'lib/flexi_admin/config.rb', line 9

def controller_class=(value)
  @controller_class = value
end

#functionsObject (readonly)

Returns the value of attribute functions.



7
8
9
# File 'lib/flexi_admin/config.rb', line 7

def functions
  @functions
end

#llm_clientObject

Returns the value of attribute llm_client.



6
7
8
# File 'lib/flexi_admin/config.rb', line 6

def llm_client
  @llm_client
end