Method: Puppet::Pops::Types::PObjectType::PAnnotatedMember.feature_type

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

.feature_typeObject

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.

Raises:

  • (NotImplementedError)


274
275
276
# File 'lib/puppet/pops/types/p_object_type.rb', line 274

def self.feature_type
  raise NotImplementedError, "'#{self.class.name}' should implement #feature_type"
end