Sha256: 288bd722ad0484e7340df0d3c2de338db17c93371f225cde0e4b4408663b171a

Contents?: true

Size: 259 Bytes

Versions: 15

Compression:

Stored size: 259 Bytes

Contents

module SupplyDrop
  module Writer
    class Streaming
      def initialize(logger)
        @logger = logger
      end

      def collect_output(host, data)
        @logger.debug data, host
      end

      def all_output_collected
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
supply_drop-0.17.0 lib/supply_drop/writer/streaming.rb
supply_drop-0.16.1 lib/supply_drop/writer/streaming.rb
supply_drop-0.16.0 lib/supply_drop/writer/streaming.rb
supply_drop-0.15.0 lib/supply_drop/writer/streaming.rb
supply_drop-0.13.1 lib/supply_drop/writer/streaming.rb
supply_drop-0.13.0 lib/supply_drop/writer/streaming.rb
supply_drop-0.12.0 lib/supply_drop/writer/streaming.rb
supply_drop-0.11.1 lib/supply_drop/writer/streaming.rb
supply_drop-0.11.0 lib/supply_drop/writer/streaming.rb
supply_drop-0.10.2 lib/supply_drop/writer/streaming.rb
supply_drop-0.10.1 lib/supply_drop/writer/streaming.rb
supply_drop-0.10.0 lib/supply_drop/writer/streaming.rb
supply_drop-0.9.0 lib/supply_drop/writer/streaming.rb
supply_drop-0.8.1 lib/supply_drop/writer/streaming.rb
supply_drop-0.8.0 lib/supply_drop/writer/streaming.rb