Method: Dynflow::Middleware#action
- Defined in:
- lib/dynflow/middleware.rb
#action ⇒ Object
to get the action object
24 25 26 |
# File 'lib/dynflow/middleware.rb', line 24 def action @stack.action or raise "the action is not available" end |