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



769
770
771
# File 'lib/puppet/settings.rb', line 769

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



769
770
771
# File 'lib/puppet/settings.rb', line 769

def type
  @type
end