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