Sha256: 982768556bcb2ba119222e247f140e4c51003e2e241fa34b158216555b8ab557
Contents?: true
Size: 792 Bytes
Versions: 7
Compression:
Stored size: 792 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, Array[Boltlib::PlanResult], Hash[String, Boltlib::PlanResult]]
Version data entries
7 entries across 7 versions & 1 rubygems