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