Method: OryClient::RecoveryCodeForIdentity#==

Defined in:
lib/ory-client/models/recovery_code_for_identity.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/recovery_code_for_identity.rb', line 110

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      expires_at == o.expires_at &&
      recovery_code == o.recovery_code &&
      recovery_link == o.recovery_link
end