class Utils::ProcessJob

def as_json(*)

Returns:
  • (Hash) - a hash containing the type, id, and args of the process job
def as_json(*)
  { type:, id:, args:, }
end