Class: LLM::Transport::PersistentHTTP::Request Private
- Inherits:
-
Struct
- Object
- Struct
- LLM::Transport::PersistentHTTP::Request
- 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
-
#client ⇒ Object
Returns the value of attribute client.
-
#connection ⇒ Object
Returns the value of attribute connection.
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client
14 15 16 |
# File 'lib/llm/transport/persistent_http.rb', line 14 def client @client end |
#connection ⇒ Object
Returns the value of attribute connection
14 15 16 |
# File 'lib/llm/transport/persistent_http.rb', line 14 def connection @connection end |