instance method
continuation_serialized?
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
continuation_serialized?()
No documentation comment.
Source
# File activejob/lib/active_job/continuable.rb, line 92
def continuation_serialized?
@serialized_continuation
end
Defined in activejob/lib/active_job/continuable.rb line 92
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Continuable