Class: CheckoutSdk::Workflows::CreateWorkflow

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray(WorkflowAction)

Returns:



13
14
15
16
17
18
# File 'lib/checkout_sdk/workflows/create_workflow.rb', line 13

class CreateWorkflow
  attr_accessor :name,
                :active,
                :conditions,
                :actions
end

#activeTrueClass, FalseClass

Returns:

  • (TrueClass, FalseClass)


13
14
15
16
17
18
# File 'lib/checkout_sdk/workflows/create_workflow.rb', line 13

class CreateWorkflow
  attr_accessor :name,
                :active,
                :conditions,
                :actions
end

#conditionsArray(WorkflowCondition)

Returns:



13
14
15
16
17
18
# File 'lib/checkout_sdk/workflows/create_workflow.rb', line 13

class CreateWorkflow
  attr_accessor :name,
                :active,
                :conditions,
                :actions
end

#nameString

Returns:

  • (String)


13
14
15
16
17
18
# File 'lib/checkout_sdk/workflows/create_workflow.rb', line 13

class CreateWorkflow
  attr_accessor :name,
                :active,
                :conditions,
                :actions
end