Method: Puppet::Pops::Types::PCallableType#param_types
- Defined in:
- lib/puppet/pops/types/types.rb
#param_types ⇒ PTupleType (readonly)
Types of parameters as a Tuple with required/optional count, or an Integer with min (required), max count
2277 2278 2279 |
# File 'lib/puppet/pops/types/types.rb', line 2277 def param_types @param_types end |