Method: OpenApiOpenAIClient::FunctionObject#==
- Defined in:
- lib/openapi_openai/models/function_object.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
110 111 112 113 114 115 116 |
# File 'lib/openapi_openai/models/function_object.rb', line 110 def ==(o) return true if self.equal?(o) self.class == o.class && description == o.description && name == o.name && parameters == o.parameters end |