Method: OpenApiOpenAIClient::RunToolCallObjectFunction#hash

Defined in:
lib/openapi_openai/models/run_tool_call_object_function.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



122
123
124
# File 'lib/openapi_openai/models/run_tool_call_object_function.rb', line 122

def hash
  [name, arguments].hash
end