Sha256: c7031466bdf44ce888fd7b58217c3d441b0437de2332d9cbce6b1226fe5281fe
Contents?: true
Size: 835 Bytes
Versions: 30
Compression:
Stored size: 835 Bytes
Contents
# A PlanResult describes the supported return values of a plan. It # should be used as the return type of functions that run plans and return the # results. type Boltlib::PlanResult = Variant[Boolean, Numeric, String, Undef, Error, Result, ApplyResult, ResultSet, Target, ResourceInstance, ContainerResult, Future, Array[Boltlib::PlanResult], Hash[String, Boltlib::PlanResult]]
Version data entries
30 entries across 30 versions & 1 rubygems