Class: Kreator::InteractiveCLI::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#auth_managerObject

Returns the value of attribute auth_manager

Returns:

  • (Object)

    the current value of auth_manager



95
96
97
# File 'lib/kreator/interactive_cli.rb', line 95

def auth_manager
  @auth_manager
end

#compact_thresholdObject

Returns the value of attribute compact_threshold

Returns:

  • (Object)

    the current value of compact_threshold



95
96
97
# File 'lib/kreator/interactive_cli.rb', line 95

def compact_threshold
  @compact_threshold
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



95
96
97
# File 'lib/kreator/interactive_cli.rb', line 95

def context
  @context
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



95
96
97
# File 'lib/kreator/interactive_cli.rb', line 95

def model
  @model
end

#provider_builderObject

Returns the value of attribute provider_builder

Returns:

  • (Object)

    the current value of provider_builder



95
96
97
# File 'lib/kreator/interactive_cli.rb', line 95

def provider_builder
  @provider_builder
end

#provider_nameObject

Returns the value of attribute provider_name

Returns:

  • (Object)

    the current value of provider_name



95
96
97
# File 'lib/kreator/interactive_cli.rb', line 95

def provider_name
  @provider_name
end

#resourcesObject

Returns the value of attribute resources

Returns:

  • (Object)

    the current value of resources



95
96
97
# File 'lib/kreator/interactive_cli.rb', line 95

def resources
  @resources
end

#sessionObject

Returns the value of attribute session

Returns:

  • (Object)

    the current value of session



95
96
97
# File 'lib/kreator/interactive_cli.rb', line 95

def session
  @session
end

#session_managerObject

Returns the value of attribute session_manager

Returns:

  • (Object)

    the current value of session_manager



95
96
97
# File 'lib/kreator/interactive_cli.rb', line 95

def session_manager
  @session_manager
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



95
96
97
# File 'lib/kreator/interactive_cli.rb', line 95

def stderr
  @stderr
end

#stdinObject

Returns the value of attribute stdin

Returns:

  • (Object)

    the current value of stdin



95
96
97
# File 'lib/kreator/interactive_cli.rb', line 95

def stdin
  @stdin
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



95
96
97
# File 'lib/kreator/interactive_cli.rb', line 95

def stdout
  @stdout
end

#toolsObject

Returns the value of attribute tools

Returns:

  • (Object)

    the current value of tools



95
96
97
# File 'lib/kreator/interactive_cli.rb', line 95

def tools
  @tools
end