Class: Needle::Lifecycle::Deferred
- Inherits:
-
Pipeline::Element
- Object
- Pipeline::Element
- Needle::Lifecycle::Deferred
- Defined in:
- lib/needle/lifecycle/deferred.rb
Overview
The instantiation pipeline element that implements deferred instantiation.
Instance Attribute Summary
Attributes inherited from Pipeline::Element
#name, #options, #priority, #service_point, #succ
Instance Method Summary collapse
-
#call(*args) ⇒ Object
Returns a new proxy instance that wraps the next element of the instantiation pipeline.
Methods inherited from Pipeline::Element
#<=>, #initialize, #initialize_element, #reset!, set_default_priority
Constructor Details
This class inherits a constructor from Needle::Pipeline::Element