Method: CMV4APIClient::ResetPasswordData#==

Defined in:
lib/cmv4-openapi-client/models/reset_password_data.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



84
85
86
87
88
89
# File 'lib/cmv4-openapi-client/models/reset_password_data.rb', line 84

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