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-3.4.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.3.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.1.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.0.1 bolt-modules/boltlib/types/planresult.pp
bolt-3.0.0 bolt-modules/boltlib/types/planresult.pp
bolt-2.44.0 bolt-modules/boltlib/types/planresult.pp
bolt-2.42.0 bolt-modules/boltlib/types/planresult.pp
bolt-2.40.2 bolt-modules/boltlib/types/planresult.pp
bolt-2.40.1 bolt-modules/boltlib/types/planresult.pp
bolt-2.38.0 bolt-modules/boltlib/types/planresult.pp
bolt-2.37.0 bolt-modules/boltlib/types/planresult.pp
bolt-2.36.0 bolt-modules/boltlib/types/planresult.pp
bolt-2.35.0 bolt-modules/boltlib/types/planresult.pp
bolt-2.34.0 bolt-modules/boltlib/types/planresult.pp
bolt-2.33.2 bolt-modules/boltlib/types/planresult.pp
bolt-2.33.1 bolt-modules/boltlib/types/planresult.pp
bolt-2.32.0 bolt-modules/boltlib/types/planresult.pp
bolt-2.31.0 bolt-modules/boltlib/types/planresult.pp
bolt-2.30.0 bolt-modules/boltlib/types/planresult.pp
bolt-2.29.0 bolt-modules/boltlib/types/planresult.pp