Sha256: 4a86bdb673ea65921e3f3318cac9a4481b86932026e0e4a00d10f3e1fc906bab
Contents?: true
Size: 212 Bytes
Versions: 5
Compression:
Stored size: 212 Bytes
Contents
# frozen_string_literal: true module GoodJob # Created at the time a Job begins executing. # Behavior from +DiscreteExecution+ will be merged into this class. class Execution < DiscreteExecution end end
Version data entries
5 entries across 5 versions & 1 rubygems