method

new

rails latest stable - Class: ActiveJob::QueueAdapters::QuAdapter::JobWrapper

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

new(job_data)
public

No documentation available.

# File activejob/lib/active_job/queue_adapters/qu_adapter.rb, line 36
        def initialize(job_data)
          @job_data = job_data
        end