Module: Fulmar::Domain::Service::Helper::FlowHelper
- Defined in:
- lib/fulmar/service/helper/flow_helper.rb
Overview
Provides access helper to the flow service from within a task
Instance Method Summary collapse
Instance Method Details
#flow ⇒ Object
9 10 11 |
# File 'lib/fulmar/service/helper/flow_helper.rb', line 9 def flow storage['flow'] ||= Fulmar::Infrastructure::Service::FlowService.new remote_shell, configuration end |