Class: Kreator::InteractiveCLI::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/kreator/interactive_cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#compact_thresholdObject

Returns the value of attribute compact_threshold

Returns:

  • (Object)

    the current value of compact_threshold



35
36
37
# File 'lib/kreator/interactive_cli.rb', line 35

def compact_threshold
  @compact_threshold
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



35
36
37
# File 'lib/kreator/interactive_cli.rb', line 35

def context
  @context
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



35
36
37
# File 'lib/kreator/interactive_cli.rb', line 35

def model
  @model
end

#provider_builderObject

Returns the value of attribute provider_builder

Returns:

  • (Object)

    the current value of provider_builder



35
36
37
# File 'lib/kreator/interactive_cli.rb', line 35

def provider_builder
  @provider_builder
end

#provider_nameObject

Returns the value of attribute provider_name

Returns:

  • (Object)

    the current value of provider_name



35
36
37
# File 'lib/kreator/interactive_cli.rb', line 35

def provider_name
  @provider_name
end

#resourcesObject

Returns the value of attribute resources

Returns:

  • (Object)

    the current value of resources



35
36
37
# File 'lib/kreator/interactive_cli.rb', line 35

def resources
  @resources
end

#sessionObject

Returns the value of attribute session

Returns:

  • (Object)

    the current value of session



35
36
37
# File 'lib/kreator/interactive_cli.rb', line 35

def session
  @session
end

#session_managerObject

Returns the value of attribute session_manager

Returns:

  • (Object)

    the current value of session_manager



35
36
37
# File 'lib/kreator/interactive_cli.rb', line 35

def session_manager
  @session_manager
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



35
36
37
# File 'lib/kreator/interactive_cli.rb', line 35

def stderr
  @stderr
end

#stdinObject

Returns the value of attribute stdin

Returns:

  • (Object)

    the current value of stdin



35
36
37
# File 'lib/kreator/interactive_cli.rb', line 35

def stdin
  @stdin
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



35
36
37
# File 'lib/kreator/interactive_cli.rb', line 35

def stdout
  @stdout
end

#toolsObject

Returns the value of attribute tools

Returns:

  • (Object)

    the current value of tools



35
36
37
# File 'lib/kreator/interactive_cli.rb', line 35

def tools
  @tools
end