class Utils::ProcessJob

def to_json(*)

Returns:
  • (String) - a JSON string representation of the object
def to_json(*)
  as_json.to_json(*)
end