Method: OryClient::ProjectCors#==

Defined in:
lib/ory-client/models/project_cors.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



100
101
102
103
104
105
# File 'lib/ory-client/models/project_cors.rb', line 100

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