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