Class: Puppet::Parser::Scope::ParameterScope::Access Private

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet/parser/scope.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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#valueObject

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



178
179
180
# File 'lib/puppet/parser/scope.rb', line 178

def value
  @value
end

Instance Method Details

#assigned?Boolean

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.

Returns:

API:

  • private



180
181
182
# File 'lib/puppet/parser/scope.rb', line 180

def assigned?
  instance_variable_defined?(:@value)
end