Method: OpenapiClient::OrganizationCreate#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



151
152
153
154
155
156
157
# File 'lib/openapi_client/models/organization_create.rb', line 151

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