Method: Puppet::Type#exported

Defined in:
lib/puppet/type.rb

#exportedBoolean

Returns Flag indicating if this type is exported.

Returns:

  • (Boolean)

    Flag indicating if this type is exported



2273
2274
2275
# File 'lib/puppet/type.rb', line 2273

def exported
  @exported
end