Class: CheckoutSdk::Workflows::PatchWorkflow
- Inherits:
-
Object
- Object
- CheckoutSdk::Workflows::PatchWorkflow
- Defined in:
- lib/checkout_sdk/workflows/patch_workflow.rb
Instance Attribute Summary collapse
- #actions ⇒ Array(WorkflowAction)
- #active ⇒ TrueClass, FalseClass
- #conditions ⇒ Array(WorkflowCondition)
- #name ⇒ String
Instance Attribute Details
#actions ⇒ Array(WorkflowAction)
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/workflows/patch_workflow.rb', line 13 class PatchWorkflow attr_accessor :name, :active, :conditions, :actions end |
#active ⇒ TrueClass, FalseClass
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/workflows/patch_workflow.rb', line 13 class PatchWorkflow attr_accessor :name, :active, :conditions, :actions end |
#conditions ⇒ Array(WorkflowCondition)
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/workflows/patch_workflow.rb', line 13 class PatchWorkflow attr_accessor :name, :active, :conditions, :actions end |
#name ⇒ String
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/workflows/patch_workflow.rb', line 13 class PatchWorkflow attr_accessor :name, :active, :conditions, :actions end |