Method: OpenApiOpenAIClient::FunctionObject#hash
- Defined in:
- lib/openapi_openai/models/function_object.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
126 127 128 |
# File 'lib/openapi_openai/models/function_object.rb', line 126 def hash [description, name, parameters].hash end |