Sha256: a54253459f497d739d284c0411f41fd80f59cd27953d6e69c665dcee89417305

Contents?: true

Size: 323 Bytes

Versions: 76

Compression:

Stored size: 323 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, ResultSet, Target, Array[Boltlib::PlanResult], Hash[String, Boltlib::PlanResult]]

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
bolt-1.5.0 bolt-modules/boltlib/types/planresult.pp
bolt-1.4.0 bolt-modules/boltlib/types/planresult.pp
bolt-1.3.0 bolt-modules/boltlib/types/planresult.pp
bolt-1.2.0 bolt-modules/boltlib/types/planresult.pp
bolt-1.1.0 bolt-modules/boltlib/types/planresult.pp
bolt-1.0.0 bolt-modules/boltlib/types/planresult.pp
bolt-0.25.0 bolt-modules/boltlib/types/planresult.pp
bolt-0.24.0 bolt-modules/boltlib/types/planresult.pp
bolt-0.23.0 bolt-modules/boltlib/types/planresult.pp
bolt-0.22.0 bolt-modules/boltlib/types/planresult.pp
bolt-0.21.8 bolt-modules/boltlib/types/planresult.pp
bolt-0.21.7 bolt-modules/boltlib/types/planresult.pp
bolt-0.21.6 bolt-modules/boltlib/types/planresult.pp
bolt-0.21.5 bolt-modules/boltlib/types/planresult.pp
bolt-0.21.4 bolt-modules/boltlib/types/planresult.pp
bolt-0.21.3 bolt-modules/boltlib/types/planresult.pp