module Jobi::Utils
Public Instance Methods
constantize(string)
click to toggle source
# File lib/jobi/utils.rb, line 5 def constantize(string) Object::const_get(string) end
generate_job_id()
click to toggle source
# File lib/jobi/utils.rb, line 9 def generate_job_id SecureRandom.uuid end