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

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

#hashObject

API:

  • public



930
931
932
# File 'lib/puppet/pops/types/p_object_type.rb', line 930

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