Sha256: cb39679f0a48598fd14dbdc3d264b13ac4e28abacf11d1b4325184891b2024ef
Contents?: true
Size: 295 Bytes
Versions: 11
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true module Cloudtasker module Batch module Extension # Include batch related methods onto Cloudtasker::Worker # See: Cloudtasker::Batch::Middleware#configure module Worker attr_accessor :batch, :parent_batch end end end end
Version data entries
11 entries across 11 versions & 1 rubygems