Class: Puppet::ResourceApi::IOContext

Inherits:
BaseContext show all
Defined in:
lib/puppet/resource_api/io_context.rb

Instance Attribute Summary

Attributes inherited from BaseContext

#type

Instance Method Summary collapse

Methods inherited from BaseContext

#attribute_changed, #device, #failed, #failed?, #failing, #feature_support?, #log_exception, #processed, #processing

Constructor Details

#initialize(definition, target = $stderr) ⇒ IOContext

Returns a new instance of IOContext.



4
5
6
7
# File 'lib/puppet/resource_api/io_context.rb', line 4

def initialize(definition, target = $stderr)
  super(definition)
  @target = target
end