Class: Puppet::ResourceApi::IOContext
- Inherits:
-
BaseContext
- Object
- BaseContext
- Puppet::ResourceApi::IOContext
- Defined in:
- lib/puppet/resource_api/io_context.rb
Instance Attribute Summary
Attributes inherited from BaseContext
Instance Method Summary collapse
-
#initialize(definition, target = $stderr) ⇒ IOContext
constructor
A new instance of IOContext.
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 |