Class: ManageIQ::Floe::Workflow::States::Parallel
- Inherits:
-
ManageIQ::Floe::Workflow::State
- Object
- ManageIQ::Floe::Workflow::State
- ManageIQ::Floe::Workflow::States::Parallel
- Defined in:
- lib/manageiq/floe/workflow/states/parallel.rb
Instance Attribute Summary
Attributes inherited from ManageIQ::Floe::Workflow::State
#comment, #name, #payload, #type, #workflow
Instance Method Summary collapse
-
#initialize ⇒ Parallel
constructor
A new instance of Parallel.
Methods inherited from ManageIQ::Floe::Workflow::State
build!, #context, #end?, #run!, #to_dot, #to_dot_transitions
Methods included from Logging
Constructor Details
#initialize ⇒ Parallel
Returns a new instance of Parallel.
8 9 10 |
# File 'lib/manageiq/floe/workflow/states/parallel.rb', line 8 def initialize(*) raise NotImplementedError end |