Method: OpenApiOpenAIClient::MessageObjectIncompleteDetails#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



125
126
127
128
129
# File 'lib/openapi_openai/models/message_object_incomplete_details.rb', line 125

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