ActiveJob::Core

module ActiveJob::Core

Provides general behavior that will be included into every Active Job object that inherits from ActiveJob::Base.

Public Class Methods

new(*arguments) Show source

Creates a new job instance. Takes the arguments that will be passed to the perform method.

# File activejob/lib/active_job/core.rb, line 66
def initialize(*arguments)
  @arguments  =