Module: Knockapi::Models::WorkflowRecipientRun::TriggerSource::Type
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/knockapi/models/workflow_recipient_run.rb,
sig/knockapi/models/workflow_recipient_run.rbs
Overview
The type of trigger source. One of api, audience, schedule, broadcast,
workflow_step, integration, or rehearsal.
Constant Summary collapse
- API =
:api- AUDIENCE =
:audience- SCHEDULE =
:schedule- BROADCAST =
:broadcast- WORKFLOW_STEP =
:workflow_step- INTEGRATION =
:integration- REHEARSAL =
:rehearsal
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/knockapi/models/workflow_recipient_run.rb', line 187
|
Instance Method Details
#self?.values ⇒ ::Array[Knockapi::Models::WorkflowRecipientRun::TriggerSource::type_]
141 |
# File 'sig/knockapi/models/workflow_recipient_run.rbs', line 141
def self?.values: -> ::Array[Knockapi::Models::WorkflowRecipientRun::TriggerSource::type_]
|