Class: Clerk::Models::Components::SignUpExternalAccount Deprecated

Inherits:
Object
  • Object
show all
Includes:
Crystalline::MetadataFields
Defined in:
lib/clerk/models/components/signup_external_account.rb

Overview

Deprecated.

class: This will be removed in a future release, please migrate away from it as soon as possible.

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initializeSignUpExternalAccount

Returns a new instance of SignUpExternalAccount.



17
# File 'lib/clerk/models/components/signup_external_account.rb', line 17

def initialize; end

Instance Method Details

#==(other) ⇒ Object



20
21
22
23
# File 'lib/clerk/models/components/signup_external_account.rb', line 20

def ==(other)
  return false unless other.is_a? self.class
  true
end