Class: Puppet::Settings::SearchPathElement

Inherits:
Struct
  • Object
show all
Defined in:
lib/puppet/settings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



844
845
846
# File 'lib/puppet/settings.rb', line 844

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



844
845
846
# File 'lib/puppet/settings.rb', line 844

def type
  @type
end