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.

See Also:

  • Knockapi::Models::WorkflowRecipientRun::TriggerSource#type

Constant Summary collapse

API =

Returns:

  • (:api)
:api
AUDIENCE =

Returns:

  • (:audience)
:audience
SCHEDULE =

Returns:

  • (:schedule)
:schedule
BROADCAST =

Returns:

  • (:broadcast)
:broadcast
WORKFLOW_STEP =

Returns:

  • (:workflow_step)
:workflow_step
INTEGRATION =

Returns:

  • (:integration)
:integration
REHEARSAL =

Returns:

  • (: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>

Returns:

  • (Array<Symbol>)


# File 'lib/knockapi/models/workflow_recipient_run.rb', line 187

Instance Method Details

#self?.values ⇒ ::Array[Knockapi::Models::WorkflowRecipientRun::TriggerSource::type_]

Returns:

  • (::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_]