Method: Puppet::Pops::Types::PObjectType#reader=
- Defined in:
- lib/puppet/pops/types/p_object_type.rb
#reader=(reader) ⇒ 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.
Assign a new instance reader to this type
475 476 477 |
# File 'lib/puppet/pops/types/p_object_type.rb', line 475 def reader=(reader) @reader = reader end |