Class: Citrus::HandlerFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/citrus/filters/handler/handler_filter.rb

Overview

HandlerFilter

Direct Known Subclasses

TooBusy

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeHandlerFilter

Returns a new instance of HandlerFilter.



15
16
17
# File 'lib/citrus/filters/handler/handler_filter.rb', line 15

def initialize
  @name = ''
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



10
11
12
# File 'lib/citrus/filters/handler/handler_filter.rb', line 10

def name
  @name
end