Class: OpenAI::Realtime::ConnectionResources::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/openai/helpers/realtime/connection_resources.rb

Instance Method Summary collapse

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