How should I queue jobs via Ruby for Exq?

So I am using Redis with Exq to perform jobs. I can queue my jobs and run them via Exq, but I am unable to queue jobs from Ruby in the queue exq and perform them via Exq and I am 80% sure that it’s an error on my end.

My worker module is App.JobWorker located at lib/app/job_worker.ex.

I couldn’t find any documentation regarding enqueueing via Ruby for Exq and quite frankly I don’t know where to start so it’d be great if anyone can show me some docs, hints or a snippet of a code which is known to be able to do this.