Method: OpenApiOpenAIClient::RunObjectIncompleteDetails#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



118
119
120
121
122
# File 'lib/openapi_openai/models/run_object_incomplete_details.rb', line 118

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      reason == o.reason
end