Method: OpenApiOpenAIClient::CreateEmbeddingResponse#==
- Defined in:
- lib/openapi_openai/models/create_embedding_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
173 174 175 176 177 178 179 180 |
# File 'lib/openapi_openai/models/create_embedding_response.rb', line 173 def ==(o) return true if self.equal?(o) self.class == o.class && data == o.data && model == o.model && object == o.object && usage == o.usage end |