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

Version Path
bolt-4.0.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.29.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.28.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.27.4 bolt-modules/boltlib/types/planresult.pp
bolt-3.27.2 bolt-modules/boltlib/types/planresult.pp
bolt-3.27.1 bolt-modules/boltlib/types/planresult.pp
bolt-3.26.2 bolt-modules/boltlib/types/planresult.pp
bolt-3.26.1 bolt-modules/boltlib/types/planresult.pp
bolt-3.25.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.24.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.23.1 bolt-modules/boltlib/types/planresult.pp
bolt-3.23.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.22.1 bolt-modules/boltlib/types/planresult.pp
bolt-3.22.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.21.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.20.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.19.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.18.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.17.0 bolt-modules/boltlib/types/planresult.pp
bolt-3.16.1 bolt-modules/boltlib/types/planresult.pp