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