class Utils::ProcessJob

def type

Returns:
  • (String) - the string 'process_job' indicating the object's type
def type
  'process_job'
end