Module: Straddle::Models::UnmaskedComplianceProfile
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/straddle/models/unmasked_compliance_profile.rb,
sig/straddle/models/unmasked_compliance_profile.rbs
Defined Under Namespace
Classes: BusinessComplianceProfile, IndividualComplianceProfile
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(dob:, ssn:) ⇒ Object
Some parameter documentations has been truncated, see IndividualComplianceProfile for more details.
- #self?.variants ⇒ ::Array[Straddle::Models::unmasked_compliance_profile]
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(Straddle::Models::UnmaskedComplianceProfile::IndividualComplianceProfile, Straddle::Models::UnmaskedComplianceProfile::BusinessComplianceProfile)
|
|
# File 'lib/straddle/models/unmasked_compliance_profile.rb', line 80
|
Instance Method Details
#initialize(dob:, ssn:) ⇒ Object
Some parameter documentations has been truncated, see IndividualComplianceProfile for more details.
|
|
# File 'lib/straddle/models/unmasked_compliance_profile.rb', line 27
|
#self?.variants ⇒ ::Array[Straddle::Models::unmasked_compliance_profile]
54 |
# File 'sig/straddle/models/unmasked_compliance_profile.rbs', line 54
def self?.variants: -> ::Array[Straddle::Models::unmasked_compliance_profile]
|