Class: Kreator::InteractiveCLI::Config
- Inherits:
-
Struct
- Object
- Struct
- Kreator::InteractiveCLI::Config
- Defined in:
- lib/kreator/interactive_cli.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.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#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
35 36 37 |
# File 'lib/kreator/interactive_cli.rb', line 35 def compact_threshold @compact_threshold end |
#context ⇒ Object
Returns the value of attribute context
35 36 37 |
# File 'lib/kreator/interactive_cli.rb', line 35 def context @context end |
#model ⇒ Object
Returns the value of attribute model
35 36 37 |
# File 'lib/kreator/interactive_cli.rb', line 35 def model @model end |
#provider_builder ⇒ Object
Returns the value of attribute provider_builder
35 36 37 |
# File 'lib/kreator/interactive_cli.rb', line 35 def provider_builder @provider_builder end |
#provider_name ⇒ Object
Returns the value of attribute provider_name
35 36 37 |
# File 'lib/kreator/interactive_cli.rb', line 35 def provider_name @provider_name end |
#resources ⇒ Object
Returns the value of attribute resources
35 36 37 |
# File 'lib/kreator/interactive_cli.rb', line 35 def resources @resources end |
#session ⇒ Object
Returns the value of attribute session
35 36 37 |
# File 'lib/kreator/interactive_cli.rb', line 35 def session @session end |
#session_manager ⇒ Object
Returns the value of attribute session_manager
35 36 37 |
# File 'lib/kreator/interactive_cli.rb', line 35 def session_manager @session_manager end |
#stderr ⇒ Object
Returns the value of attribute stderr
35 36 37 |
# File 'lib/kreator/interactive_cli.rb', line 35 def stderr @stderr end |
#stdin ⇒ Object
Returns the value of attribute stdin
35 36 37 |
# File 'lib/kreator/interactive_cli.rb', line 35 def stdin @stdin end |
#stdout ⇒ Object
Returns the value of attribute stdout
35 36 37 |
# File 'lib/kreator/interactive_cli.rb', line 35 def stdout @stdout end |
#tools ⇒ Object
Returns the value of attribute tools
35 36 37 |
# File 'lib/kreator/interactive_cli.rb', line 35 def tools @tools end |