class method
self.new
Ruby on Rails 8.1.2
Since v8.1.2Signature
self.new(...)
No documentation comment.
Parameters
-
...req
Source
# File activejob/lib/active_job/continuable.rb, line 23
def initialize(...)
super(...)
self.resumptions = 0
self.continuation = Continuation.new(self, {})
end
Defined in activejob/lib/active_job/continuable.rb line 23
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Continuable