instance method
continuation_for
Ruby on Rails edge
Since v8.1.3.1 Private — implementation detail, not part of the public APIAvailable in: v8.1.3.1 edge
Signature
continuation_for(job)
No documentation comment.
Parameters
-
jobreq
Source
# File activejob/lib/active_job/continuation/test_helper.rb, line 77
def continuation_for(job)
job.send(:continuation)&.to_h
end
Defined in activejob/lib/active_job/continuation/test_helper.rb line 77
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Continuation::TestHelper