Method: Puppet::Pops::Types::PStructType#initialize

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

#initialize(elements) ⇒ PStructType

Returns a new instance of PStructType.

API:

  • public



1905
1906
1907
# File 'lib/puppet/pops/types/types.rb', line 1905

def initialize(elements)
  @elements = elements.freeze
end