Sha256: 27263c3f0fc081fa572c965a2d14635900cdb402ffcb0f007f25f0d00ad81127
Contents?: true
Size: 228 Bytes
Versions: 1
Compression:
Stored size: 228 Bytes
Contents
module JFlow class Configuration attr_accessor :swf_client, :load_paths, :logger def initialize @swf_client = Aws::SWF::Client.new @load_paths = [] @logger = Logger.new(STDOUT) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jflow-0.1.0 | lib/jflow/configuration.rb |