Sha256: 61e31b9ef8373a4c6481c73d76266f77647282c7c7348a87f3cbd3dae98cf631
Contents?: true
Size: 350 Bytes
Versions: 7
Compression:
Stored size: 350 Bytes
Contents
module JFlow class Configuration attr_accessor :swf_client, :load_paths, :logger, :activity_map, :cloudwatch_client def initialize @swf_client = nil @cloudwatch_client = nil @load_paths = [] @logger = Logger.new(STDOUT) @activity_map = JFlow::Activity::Map.new end end end
Version data entries
7 entries across 7 versions & 1 rubygems