Sha256: 2dc2c38278a956955ffcfcd7c28a771d2e46a2f7ef23f91a9a57d25b8eeb85da

Contents?: true

Size: 286 Bytes

Versions: 12

Compression:

Stored size: 286 Bytes

Contents

# frozen_string_literal: true

module GoodJob
  # Deprecated, use +Execution+ instead.
  class DiscreteExecution < Execution
  end

  include ActiveSupport::Deprecation::DeprecatedConstantAccessor
  deprecate_constant :DiscreteExecution, 'Execution', deprecator: GoodJob.deprecator
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
good_job-4.8.0 app/models/good_job/discrete_execution.rb
good_job-4.7.0 app/models/good_job/discrete_execution.rb
good_job-4.6.0 app/models/good_job/discrete_execution.rb
good_job-4.5.1 app/models/good_job/discrete_execution.rb
good_job-4.5.0 app/models/good_job/discrete_execution.rb
good_job-4.4.2 app/models/good_job/discrete_execution.rb
good_job-4.4.1 app/models/good_job/discrete_execution.rb
good_job-4.4.0 app/models/good_job/discrete_execution.rb
good_job-4.3.0 app/models/good_job/discrete_execution.rb
good_job-4.2.1 app/models/good_job/discrete_execution.rb
good_job-4.2.0 app/models/good_job/discrete_execution.rb
good_job-4.1.1 app/models/good_job/discrete_execution.rb