Sha256: 0006dce1f1b58296d54df60ff6f1abf4c78644734ee23df6afc1f2c797c320d2

Contents?: true

Size: 445 Bytes

Versions: 1

Compression:

Stored size: 445 Bytes

Contents

module ActiveEncode
  module EngineAdapters
    class ActiveJobAdapter
      def initialize
        ActiveSupport::Deprecation.warn("The ActiveJobAdapter is deprecated and will be removed in ActiveEncode 0.3.")
      end

      def create(_input_url, _options) end

      def find(_id) end

      def list(*_filters) end

      def cancel(_id end

      def purge(_encode) end

      def remove_output(_encode, _output_id) end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_encode-0.2 lib/active_encode/engine_adapters/active_job_adapter.rb