Class: Kreator::RPCServer::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/kreator/rpc_server.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



9
10
11
# File 'lib/kreator/rpc_server.rb', line 9

def compact_threshold
  @compact_threshold
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



9
10
11
# File 'lib/kreator/rpc_server.rb', line 9

def context
  @context
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



9
10
11
# File 'lib/kreator/rpc_server.rb', line 9

def model
  @model
end

#provider_builderObject

Returns the value of attribute provider_builder

Returns:

  • (Object)

    the current value of provider_builder



9
10
11
# File 'lib/kreator/rpc_server.rb', line 9

def provider_builder
  @provider_builder
end

#provider_nameObject

Returns the value of attribute provider_name

Returns:

  • (Object)

    the current value of provider_name



9
10
11
# File 'lib/kreator/rpc_server.rb', line 9

def provider_name
  @provider_name
end

#resourcesObject

Returns the value of attribute resources

Returns:

  • (Object)

    the current value of resources



9
10
11
# File 'lib/kreator/rpc_server.rb', line 9

def resources
  @resources
end

#sessionObject

Returns the value of attribute session

Returns:

  • (Object)

    the current value of session



9
10
11
# File 'lib/kreator/rpc_server.rb', line 9

def session
  @session
end

#session_managerObject

Returns the value of attribute session_manager

Returns:

  • (Object)

    the current value of session_manager



9
10
11
# File 'lib/kreator/rpc_server.rb', line 9

def session_manager
  @session_manager
end

#stdinObject

Returns the value of attribute stdin

Returns:

  • (Object)

    the current value of stdin



9
10
11
# File 'lib/kreator/rpc_server.rb', line 9

def stdin
  @stdin
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



9
10
11
# File 'lib/kreator/rpc_server.rb', line 9

def stdout
  @stdout
end

#toolsObject

Returns the value of attribute tools

Returns:

  • (Object)

    the current value of tools



9
10
11
# File 'lib/kreator/rpc_server.rb', line 9

def tools
  @tools
end