Method: ClerkHttpClient::ProxyCheck#==

Defined in:
lib/clerk-http-client/models/proxy_check.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



228
229
230
231
232
233
234
235
236
237
238
239
# File 'lib/clerk-http-client/models/proxy_check.rb', line 228

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      object == o.object &&
      id == o.id &&
      domain_id == o.domain_id &&
      last_run_at == o.last_run_at &&
      proxy_url == o.proxy_url &&
      successful == o.successful &&
      created_at == o.created_at &&
      updated_at == o.updated_at
end