Sha256: cfc7817eb282289c6d0816292fb90be6eefea6b884b6d4d4c54e0000175e7dc7

Contents?: true

Size: 403 Bytes

Versions: 42

Compression:

Stored size: 403 Bytes

Contents

require 'fulmar/infrastructure/service/flow_service'

module Fulmar
  module Domain
    module Service
      module Helper
        # Provides access helper to the flow service from within a task
        module FlowHelper
          def flow
            storage['flow'] ||= Fulmar::Infrastructure::Service::FlowService.new remote_shell, configuration
          end
        end
      end
    end
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
fulmar-1.2.0 lib/fulmar/service/helper/flow_helper.rb
fulmar-1.1.0 lib/fulmar/service/helper/flow_helper.rb