Method: Puppet::Pops::Types::PMetaType#resolved?

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

#resolved?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)


82
83
84
# File 'lib/puppet/pops/types/p_meta_type.rb', line 82

def resolved?
  @init_hash_expression.nil?
end