Sha256: d3fd8927be48bb582fbe490d7d6ed87582c76e46e74e583a409f9eafc1a92d2d
Contents?: true
Size: 289 Bytes
Versions: 6
Compression:
Stored size: 289 Bytes
Contents
# frozen_string_literal: true module Ad module AgentArchitecture module Dsl # This is the base class for all child DSLs class ChildDsl attr_reader :workflow def initialize(workflow) @workflow = workflow end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems