Class: Kreator::RPCServer::Config
- Inherits:
-
Struct
- Object
- Struct
- Kreator::RPCServer::Config
- Defined in:
- lib/kreator/rpc_server.rb
Instance Attribute Summary collapse
-
#compact_threshold ⇒ Object
Returns the value of attribute compact_threshold.
-
#context ⇒ Object
Returns the value of attribute context.
-
#model ⇒ Object
Returns the value of attribute model.
-
#provider_builder ⇒ Object
Returns the value of attribute provider_builder.
-
#provider_name ⇒ Object
Returns the value of attribute provider_name.
-
#resources ⇒ Object
Returns the value of attribute resources.
-
#session ⇒ Object
Returns the value of attribute session.
-
#session_manager ⇒ Object
Returns the value of attribute session_manager.
-
#stdin ⇒ Object
Returns the value of attribute stdin.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
-
#tools ⇒ Object
Returns the value of attribute tools.
Instance Attribute Details
#compact_threshold ⇒ Object
Returns the value of attribute compact_threshold
9 10 11 |
# File 'lib/kreator/rpc_server.rb', line 9 def compact_threshold @compact_threshold end |
#context ⇒ Object
Returns the value of attribute context
9 10 11 |
# File 'lib/kreator/rpc_server.rb', line 9 def context @context end |
#model ⇒ Object
Returns the value of attribute model
9 10 11 |
# File 'lib/kreator/rpc_server.rb', line 9 def model @model end |
#provider_builder ⇒ Object
Returns the value of attribute provider_builder
9 10 11 |
# File 'lib/kreator/rpc_server.rb', line 9 def provider_builder @provider_builder end |
#provider_name ⇒ Object
Returns the value of attribute provider_name
9 10 11 |
# File 'lib/kreator/rpc_server.rb', line 9 def provider_name @provider_name end |
#resources ⇒ Object
Returns the value of attribute resources
9 10 11 |
# File 'lib/kreator/rpc_server.rb', line 9 def resources @resources end |
#session ⇒ Object
Returns the value of attribute session
9 10 11 |
# File 'lib/kreator/rpc_server.rb', line 9 def session @session end |
#session_manager ⇒ Object
Returns the value of attribute session_manager
9 10 11 |
# File 'lib/kreator/rpc_server.rb', line 9 def session_manager @session_manager end |
#stdin ⇒ Object
Returns the value of attribute stdin
9 10 11 |
# File 'lib/kreator/rpc_server.rb', line 9 def stdin @stdin end |
#stdout ⇒ Object
Returns the value of attribute stdout
9 10 11 |
# File 'lib/kreator/rpc_server.rb', line 9 def stdout @stdout end |
#tools ⇒ Object
Returns the value of attribute tools
9 10 11 |
# File 'lib/kreator/rpc_server.rb', line 9 def tools @tools end |