Flowdock
method

new

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ConfiguredJob
new(job_class, options = {}) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/configured_job.rb, line 5
    def initialize(job_class, options = {})
      @options = options
      @job_class = job_class
    end
Register or log in to add new notes.