Module: PreludeSDK::Models::Verification::Phone::HistoryListParams::Channel
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/prelude_sdk/models/verification/phone/history_list_params.rb,
sig/prelude_sdk/models/verification/phone/history_list_params.rbs
Constant Summary collapse
- SMS =
:sms- RCS =
:rcs- WHATSAPP =
:whatsapp- VIBER =
:viber- ZALO =
:zalo- TELEGRAM =
:telegram- VOICE =
:voice- SILENT =
:silent
Instance Method Summary collapse
-
#initialize(channels: nil, cursor: nil, device_platform: nil, from: nil, limit: nil, max_attempts: nil, min_attempts: nil, phone_number: nil, region: nil, status: nil, template_id: nil, to: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see PreludeSDK::Models::Verification::Phone::HistoryListParams for more details.
- #self?.values ⇒ ::Array[PreludeSDK::Models::Verification::Phone::HistoryListParams::channel]
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
#initialize(channels: nil, cursor: nil, device_platform: nil, from: nil, limit: nil, max_attempts: nil, min_attempts: nil, phone_number: nil, region: nil, status: nil, template_id: nil, to: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see PreludeSDK::Models::Verification::Phone::HistoryListParams for more details.
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 |
# File 'lib/prelude_sdk/models/verification/phone/history_list_params.rb', line 123 module Channel extend PreludeSDK::Internal::Type::Enum SMS = :sms RCS = :rcs WHATSAPP = :whatsapp VIBER = :viber ZALO = :zalo TELEGRAM = :telegram VOICE = :voice SILENT = :silent # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[PreludeSDK::Models::Verification::Phone::HistoryListParams::channel]
134 |
# File 'sig/prelude_sdk/models/verification/phone/history_list_params.rbs', line 134
def self?.values: -> ::Array[PreludeSDK::Models::Verification::Phone::HistoryListParams::channel]
|