Module: Revox::Models::CampaignLaunchParams::Mode
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/revox/models/campaign_launch_params.rb,
sig/revox/models/campaign_launch_params.rbs
Constant Summary collapse
- AI_FIRST =
:ai_first- SPEED_DIAL =
:speed_dial
Instance Method Summary collapse
-
#initialize(id:, mode:, selection:, scheduled_at: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Revox::Models::CampaignLaunchParams for more details.
- #self?.values ⇒ ::Array[Revox::Models::CampaignLaunchParams::mode]
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(id:, mode:, selection:, scheduled_at: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Revox::Models::CampaignLaunchParams for more details.
46 47 48 49 50 51 52 53 54 |
# File 'lib/revox/models/campaign_launch_params.rb', line 46 module Mode extend Revox::Internal::Type::Enum AI_FIRST = :ai_first SPEED_DIAL = :speed_dial # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[Revox::Models::CampaignLaunchParams::mode]
50 |
# File 'sig/revox/models/campaign_launch_params.rbs', line 50
def self?.values: -> ::Array[Revox::Models::CampaignLaunchParams::mode]
|