Module: Puppet::Pops::Model::AbstractResource::ClassModule Private

Defined in:
lib/puppet/pops/model/model.rb

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

Instance Method Summary collapse

Instance Method Details

#exported_derivedObject

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.



104
105
106
# File 'lib/puppet/pops/model/model.rb', line 104

def exported_derived
  form == :exported
end

#virtual_derivedObject

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.



100
101
102
# File 'lib/puppet/pops/model/model.rb', line 100

def virtual_derived
  form == :virtual || form == :exported
end