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