Class: Tanker::VerificationMethod
- Inherits:
-
Object
- Object
- Tanker::VerificationMethod
- Defined in:
- lib/tanker/core/verification_method.rb
Direct Known Subclasses
E2ePassphraseVerificationMethod, EmailVerificationMethod, OIDCIDTokenVerificationMethod, PassphraseVerificationMethod, PhoneNumberVerificationMethod, PreverifiedEmailVerificationMethod, PreverifiedPhoneNumberVerificationMethod, VerificationKeyVerificationMethod
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
8 9 10 |
# File 'lib/tanker/core/verification_method.rb', line 8 def ==(other) self.class == other.class end |