Sha256: 112cc571610caf3bbdd7e8a73485916e60dae6efc9cc53dfe0c8f1c4ede3be81
Contents?: true
Size: 397 Bytes
Versions: 2
Compression:
Stored size: 397 Bytes
Contents
module JFlow class Configuration attr_accessor :swf_client, :load_paths, :logger, :activity_map, :cloudwatch_client, :error_handlers def initialize @swf_client = nil @cloudwatch_client = nil @load_paths = [] @logger = Logger.new(STDOUT) @activity_map = JFlow::Activity::Map.new @error_handlers = [] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jflow-0.5.1 | lib/jflow/configuration.rb |
jflow-0.5.0 | lib/jflow/configuration.rb |