Method: OpenapiClient::DataSourceConfig#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



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

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