Sha256: ecdeb797cfbf3db26811489581156408d001a18a23f9a15d05f2bc072a3a33ef
Contents?: true
Size: 331 Bytes
Versions: 1
Compression:
Stored size: 331 Bytes
Contents
require 'fulmar/infrastructure/service/flow_service' module Fulmar module Domain module Service module Helper module FlowHelper def flow storage['flow'] ||= Fulmar::Infrastructure::Service::FlowService.new remote_shell, configuration end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fulmar-1.0.0 | lib/fulmar/service/helper/flow_helper.rb |