Class: Puppet::Pops::Serialization::RGen::Base Private

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet/pops/serialization/rgen.rb

Overview

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

API:

  • private

Direct Known Subclasses

RGenReader, RGenWriter

Instance Method Summary collapse

Instance Method Details

#features(impl_class) ⇒ Object

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.

API:

  • private



10
11
12
# File 'lib/puppet/pops/serialization/rgen.rb', line 10

def features(impl_class)
  impl_class.ecore.eAllStructuralFeatures.reject {|feature| feature.derived }
end