Method: OryClient::CreateWorkspaceBody#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



106
107
108
109
110
# File 'lib/ory-client/models/create_workspace_body.rb', line 106

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