Class: CheckoutSdk::Workflows::PatchWorkflow

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/workflows/patch_workflow.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray(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

#activeTrueClass, 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

#conditionsArray(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

#nameString



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