Method: Puppet::Pops::Types::PCallableType#param_types

Defined in:
lib/puppet/pops/types/types.rb

#param_typesPTupleType (readonly)

Types of parameters as a Tuple with required/optional count, or an Integer with min (required), max count

Returns:

  • the tuple representing the parameter types

API:

  • public



2277
2278
2279
# File 'lib/puppet/pops/types/types.rb', line 2277

def param_types
  @param_types
end