Method: Puppet::Pops::Types::PObjectType#hash

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

#hashObject



708
709
710
# File 'lib/puppet/pops/types/p_object_type.rb', line 708

def hash
  @name.nil? ? [@parent, @attributes, @functions].hash : @name.hash
end