Class: Reactor::Workflow::Standard
- Inherits:
-
Object
- Object
- Reactor::Workflow::Standard
- Defined in:
- lib/reactor/workflow/standard.rb
Direct Known Subclasses
Constant Summary collapse
- WORKFLOW_ACTIONS =
[:take, :forward, :reject, :commit, :release, :sign]
Instance Method Summary collapse
- #empty? ⇒ Boolean
-
#initialize(obj, meta_obj) ⇒ Standard
constructor
A new instance of Standard.
- #name ⇒ Object
Constructor Details
#initialize(obj, meta_obj) ⇒ Standard
Returns a new instance of Standard.
7 8 9 |
# File 'lib/reactor/workflow/standard.rb', line 7 def initialize(obj, ) @obj, = obj, end |
Instance Method Details
#empty? ⇒ Boolean
11 12 13 |
# File 'lib/reactor/workflow/standard.rb', line 11 def empty? false end |
#name ⇒ Object
15 16 17 |
# File 'lib/reactor/workflow/standard.rb', line 15 def name .workflow_name end |