Method: OpenapiClient::RemoteConfig#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



114
115
116
117
118
119
120
121
# File 'lib/openapi_client/models/remote_config.rb', line 114

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      opal_common == o.opal_common &&
      opal_client == o.opal_client &&
      pdp == o.pdp &&
      context == o.context
end