Module: Puppet::Pops::Model::QualifiedReference::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
- #value ⇒ Object private
Instance Method Details
#value ⇒ Object
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.
112 113 114 |
# File 'lib/puppet/pops/model/model.rb', line 112 def value @value ||= cased_value.downcase end |