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