Sha256: 172093b6aab918a8aa1368ebdbcd2e66c288d6b36b1354505dd3f1f0d39da60d
Contents?: true
Size: 740 Bytes
Versions: 41
Compression:
Stored size: 740 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, Array[Boltlib::PlanResult], Hash[String, Boltlib::PlanResult]]
Version data entries
41 entries across 41 versions & 1 rubygems
Version | Path |
---|---|
bolt-2.10.0 | bolt-modules/boltlib/types/planresult.pp |