Class: CheckoutSdk::Workflows::ProcessingChannelWorkflowCondition
- Inherits:
-
WorkflowCondition
- Object
- WorkflowCondition
- CheckoutSdk::Workflows::ProcessingChannelWorkflowCondition
- Defined in:
- lib/checkout_sdk/workflows/processing_channel_workflow_condition.rb
Instance Attribute Summary collapse
Attributes inherited from WorkflowCondition
Instance Method Summary collapse
-
#initialize ⇒ ProcessingChannelWorkflowCondition
constructor
A new instance of ProcessingChannelWorkflowCondition.
Constructor Details
#initialize ⇒ ProcessingChannelWorkflowCondition
Returns a new instance of ProcessingChannelWorkflowCondition.
10 11 12 |
# File 'lib/checkout_sdk/workflows/processing_channel_workflow_condition.rb', line 10 def initialize super CheckoutSdk::Workflows::WorkflowConditionType::PROCESSING_CHANNEL end |
Instance Attribute Details
#processing_channels ⇒ Array(String)
7 8 9 10 11 12 13 |
# File 'lib/checkout_sdk/workflows/processing_channel_workflow_condition.rb', line 7 class ProcessingChannelWorkflowCondition < WorkflowCondition attr_accessor :processing_channels def initialize super CheckoutSdk::Workflows::WorkflowConditionType::PROCESSING_CHANNEL end end |