method
to_h
v8.1.1 -
Show latest stable
- Class:
ActiveJob::Continuation
to_h()public
No documentation available.
# File activejob/lib/active_job/continuation.rb, line 235
def to_h # :nodoc:
{
"completed" => completed.map(&:to_s),
"current" => current&.to_a,
}.compact
end