Method: EndpointFlux::Config::Interceptor#initialize
- Defined in:
- lib/endpoint_flux/config/interceptor.rb
#initialize ⇒ Interceptor
Returns a new instance of Interceptor.
6 7 8 |
# File 'lib/endpoint_flux/config/interceptor.rb', line 6 def initialize @handlers = [] end |