Module: Knockapi::Models::WorkflowRecipientRunListParams::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/knockapi/models/workflow_recipient_run_list_params.rb,
sig/knockapi/models/workflow_recipient_run_list_params.rbs
Constant Summary collapse
- QUEUED =
:queued- PROCESSING =
:processing- PAUSED =
:paused- COMPLETED =
:completed- CANCELLED =
:cancelled
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(after: nil, before: nil, ending_at: nil, has_errors: nil, page_size: nil, recipient: nil, starting_at: nil, status: nil, tenant: nil, workflow: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Knockapi::Models::WorkflowRecipientRunListParams for more details.
- #self?.values ⇒ ::Array[Knockapi::Models::WorkflowRecipientRunListParams::status]
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_list_params.rb', line 107
|
Instance Method Details
#initialize(after: nil, before: nil, ending_at: nil, has_errors: nil, page_size: nil, recipient: nil, starting_at: nil, status: nil, tenant: nil, workflow: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Knockapi::Models::WorkflowRecipientRunListParams for more details.
98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/knockapi/models/workflow_recipient_run_list_params.rb', line 98 module Status extend Knockapi::Internal::Type::Enum QUEUED = :queued PROCESSING = :processing PAUSED = :paused COMPLETED = :completed CANCELLED = :cancelled # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[Knockapi::Models::WorkflowRecipientRunListParams::status]
105 |
# File 'sig/knockapi/models/workflow_recipient_run_list_params.rbs', line 105
def self?.values: -> ::Array[Knockapi::Models::WorkflowRecipientRunListParams::status]
|