BasicObject
# File lib/delayed/recipes.rb, line 27 def args fetch(:delayed_job_args, "") end
# File lib/delayed/backend/shared_spec.rb, line 8 def create_job(opts = {}) described_class.create(opts.merge(:payload_object => SimpleJob.new)) end
# File lib/delayed/performable_mailer.rb, line 18 def delay(*args) raise RuntimeError, "Use MyMailer.delay.mailer_action(args) to delay sending of emails." end
# File lib/delayed/recipes.rb, line 35 def delayed_job_command fetch(:delayed_job_command, "script/delayed_job") end
# File lib/delayed/psych_ext.rb, line 11 def encode_with(coder) coder["attributes"] = attributes coder.tag = "!ruby/ActiveRecord:#{self.class.name}" end
# File lib/delayed/psych_ext.rb, line 4 def encode_with_override(coder) encode_with_without_override(coder) coder.tag = "!ruby/ActiveRecord:#{self.class.name}" end
Generated with the Darkfish Rdoc Generator 2.