Method: OpenapiClient::Serve#==

Defined in:
lib/ff/ruby/server/generated/lib/openapi_client/models/serve.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



89
90
91
92
93
94
# File 'lib/ff/ruby/server/generated/lib/openapi_client/models/serve.rb', line 89

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