Method: OpenapiClient::OrganizationUpdate#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



107
108
109
110
111
112
# File 'lib/openapi_client/models/organization_update.rb', line 107

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