Module: ModernTreasury::Models::WealthAndEmploymentDetails::WealthSource

Extended by:
Internal::Type::Enum
Defined in:
lib/modern_treasury/models/wealth_and_employment_details.rb,
sig/modern_treasury/models/wealth_and_employment_details.rbs

Overview

The source of the individual's wealth.

See Also:

  • ModernTreasury::Models::WealthAndEmploymentDetails#wealth_source

Constant Summary collapse

BUSINESS_SALE =

Returns:

  • (:business_sale)
:business_sale
FAMILY_SUPPORT =

Returns:

  • (:family_support)
:family_support
GOVERNMENT_BENEFITS =

Returns:

  • (:government_benefits)
:government_benefits
INHERITANCE =

Returns:

  • (:inheritance)
:inheritance
INVESTMENTS =

Returns:

  • (:investments)
:investments
OTHER =

Returns:

  • (:other)
:other
RENTAL_INCOME =

Returns:

  • (:rental_income)
:rental_income
RETIREMENT =

Returns:

  • (:retirement)
:retirement
SALARY =

Returns:

  • (:salary)
:salary
SELF_EMPLOYED =

Returns:

  • (:self_employed)
:self_employed

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/modern_treasury/models/wealth_and_employment_details.rb', line 316

Instance Method Details

#self?.values::Array[ModernTreasury::Models::WealthAndEmploymentDetails::wealth_source]

Returns:

  • (::Array[ModernTreasury::Models::WealthAndEmploymentDetails::wealth_source])


335
# File 'sig/modern_treasury/models/wealth_and_employment_details.rbs', line 335

def self?.values: -> ::Array[ModernTreasury::Models::WealthAndEmploymentDetails::wealth_source]