Method: OpenApiOpenAIClient::MessageContentTextObjectText#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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

def hash
  [value, annotations].hash
end