Sha256: 39751254fec54bd503ec02ffb79d533345b8d60455400db6cf90f5af86d6a1e3

Contents?: true

Size: 323 Bytes

Versions: 11

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

11 entries across 11 versions & 1 rubygems

Version Path
bolt-0.21.2 bolt-modules/boltlib/types/planresult.pp
bolt-0.21.1 bolt-modules/boltlib/types/planresult.pp
bolt-0.21.0 bolt-modules/boltlib/types/planresult.pp
bolt-0.20.7 bolt-modules/boltlib/types/planresult.pp
bolt-0.20.6 bolt-modules/boltlib/types/planresult.pp
bolt-0.20.5 bolt-modules/boltlib/types/planresult.pp
bolt-0.20.3 bolt-modules/boltlib/types/planresult.pp
bolt-0.20.2 bolt-modules/boltlib/types/planresult.pp
bolt-0.20.0 bolt-modules/boltlib/types/planresult.pp
bolt-0.19.1 bolt-modules/boltlib/types/planresult.pp
bolt-0.19.0 bolt-modules/boltlib/types/planresult.pp