Class: LLM::Transport::PersistentHTTP::Request Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/llm/transport/persistent_http.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



14
15
16
# File 'lib/llm/transport/persistent_http.rb', line 14

def client
  @client
end

#connectionObject

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



14
15
16
# File 'lib/llm/transport/persistent_http.rb', line 14

def connection
  @connection
end