Class: Clerk::Models::Components::VerificationFromOauthError
- Inherits:
-
Object
- Object
- Clerk::Models::Components::VerificationFromOauthError
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/clerk/models/components/verification_from_oauth_error.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ VerificationFromOauthError
constructor
A new instance of VerificationFromOauthError.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ VerificationFromOauthError
Returns a new instance of VerificationFromOauthError.
17 |
# File 'lib/clerk/models/components/verification_from_oauth_error.rb', line 17 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
20 21 22 23 |
# File 'lib/clerk/models/components/verification_from_oauth_error.rb', line 20 def ==(other) return false unless other.is_a? self.class true end |