Method: OpenAI::Resources::Uploads::Parts#initialize

Defined in:
lib/openai/resources/uploads/parts.rb

#initialize(client:) ⇒ Parts

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

Parameters:



48
49
50
# File 'lib/openai/resources/uploads/parts.rb', line 48

def initialize(client:)
  @client = client
end