How to access Recruit Variables in a Deluge function?

How to access Recruit Variables in a Deluge function?

I have set up Recruit Variables in Zoho Recruit, and I would like to know how to retrieve these variables from within a Recruit custom function (Deluge). Could someone please explain the correct way to access them?

I tried the following code, but it did not work:

  1. client_id = zoho.recruit.getOrgVariable("client_id");

What is the proper way to access Recruit Variables in Deluge?