Method: Puppet::Transaction::Event#property=

Defined in:
lib/puppet/transaction/event.rb

#property=(prop) ⇒ 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.



108
109
110
111
# File 'lib/puppet/transaction/event.rb', line 108

def property=(prop)
  @property_instance = prop
  @property = prop.to_s
end