Class: OpenAI::Realtime::ConnectionResources::Base
- Inherits:
-
Object
- Object
- OpenAI::Realtime::ConnectionResources::Base
- Defined in:
- lib/openai/helpers/realtime/connection_resources.rb
Direct Known Subclasses
Conversation, ConversationItems, InputAudioBuffer, OutputAudioBuffer, Response, Session
Instance Method Summary collapse
-
#initialize(connection) ⇒ Base
constructor
private
A new instance of Base.
Constructor Details
#initialize(connection) ⇒ Base
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Base.
8 9 10 |
# File 'lib/openai/helpers/realtime/connection_resources.rb', line 8 def initialize(connection) @connection = connection end |