Module: Yoomoney::Models::Confirmation::Type
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/yoomoney/models/confirmation.rb,
sig/yoomoney/models/confirmation.rbs
Overview
Код сценария подтверждения.
Constant Summary collapse
- REDIRECT =
:redirect- EXTERNAL =
:external- QR =
:qr- EMBEDDED =
:embedded- MOBILE_APPLICATION =
:mobile_application
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/yoomoney/models/confirmation.rb', line 27
|
Instance Method Details
#self?.values ⇒ ::Array[Yoomoney::Models::Confirmation::type_]
23 |
# File 'sig/yoomoney/models/confirmation.rbs', line 23
def self?.values: -> ::Array[Yoomoney::Models::Confirmation::type_]
|