Method: OryClient::NeedsPrivilegedSessionError#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



114
115
116
117
118
119
# File 'lib/ory-client/models/needs_privileged_session_error.rb', line 114

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