Method: OryClient::UpdateSettingsFlowWithProfileMethod#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



110
111
112
113
114
115
116
# File 'lib/ory-client/models/update_settings_flow_with_profile_method.rb', line 110

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      csrf_token == o.csrf_token &&
      method == o.method &&
      traits == o.traits
end