Method: OpenapiClient::InlineResponse400#==

Defined in:
lib/openapi_client/models/inline_response400.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



88
89
90
91
92
93
# File 'lib/openapi_client/models/inline_response400.rb', line 88

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