A specialized pipeline element that injects the constructed service with dependent services from the point’s container.

Methods
Public Instance methods
call( *args )
    # File lib/needle/extras/attr-inject.rb, line 50
50:         def call( *args )
51:           succ.
52:             call( *args ).
53:             inject_attributes( service_point.container )
54:         end