Module: GrowsurfRuby::Models::AffiliateApplication::RiskLevel
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/growsurf_ruby/models/affiliate_application.rb,
sig/growsurf_ruby/models/affiliate_application.rbs
Overview
GrowSurf risk assessment. Applications that are not LOW risk are held for
manual review; null means no assessment was recorded.
Constant Summary collapse
- LOW =
:LOW- MEDIUM =
:MEDIUM- HIGH =
:HIGH
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[GrowsurfRuby::Models::AffiliateApplication::risk_level]
176 |
# File 'sig/growsurf_ruby/models/affiliate_application.rbs', line 176
def self?.values: -> ::Array[GrowsurfRuby::Models::AffiliateApplication::risk_level]
|