Method: OpenAI::Resources::Containers#initialize

Defined in:
lib/openai/resources/containers.rb

#initialize(client:) ⇒ Containers

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 Containers.

Parameters:



107
108
109
110
# File 'lib/openai/resources/containers.rb', line 107

def initialize(client:)
  @client = client
  @files = OpenAI::Resources::Containers::Files.new(client: client)
end