class RorVsWild::Agent
def queue_request
def queue_request if (execution = cleanup_data) && execution.name queue.push_request(execution.as_json) end end
def queue_request if (execution = cleanup_data) && execution.name queue.push_request(execution.as_json) end end