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)

Returns:



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

Returns:

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

#conditionsArray(WorkflowCondition)

Returns:



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

Returns:

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