Class: LLM::Provider::Transport::HTTP::Interruptible::Request Private
- Inherits:
-
Struct
- Object
- Struct
- LLM::Provider::Transport::HTTP::Interruptible::Request
- Defined in:
- lib/llm/provider/transport/http/interruptible.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
-
#http ⇒
Object
Returns the value of attribute http.
-
#connection ⇒
Object
Returns the value of attribute connection.
Instance Attribute Details
#http ⇒ Object
Returns the value of attribute http
17 18 19 |
# File 'lib/llm/provider/transport/http/interruptible.rb', line 17 def http @http end |
#connection ⇒ Object
Returns the value of attribute connection
17 18 19 |
# File 'lib/llm/provider/transport/http/interruptible.rb', line 17 def connection @connection end |