Method: Puppet::Parameter.value_collection
- Defined in:
- lib/puppet/parameter.rb
.value_collection ⇒ Puppet::Parameter::ValueCollection (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns The set of valid values (or an empty set that accepts any value).
64 65 66 |
# File 'lib/puppet/parameter.rb', line 64 def value_collection @value_collection end |