Class: Watobo::Gui::ResponseFilterCtrl
- Inherits:
-
FilterTableCtrl
- Object
- FXHorizontalFrame
- FilterTableCtrl
- Watobo::Gui::ResponseFilterCtrl
- Defined in:
- lib/watobo/gui/rewrite_filters_dialog.rb
Instance Attribute Summary
Attributes inherited from FilterTableCtrl
Instance Method Summary collapse
-
#initialize(owner, target, opts) ⇒ ResponseFilterCtrl
constructor
A new instance of ResponseFilterCtrl.
Constructor Details
#initialize(owner, target, opts) ⇒ ResponseFilterCtrl
Returns a new instance of ResponseFilterCtrl.
162 163 164 165 166 167 168 169 170 171 172 173 174 175 |
# File 'lib/watobo/gui/rewrite_filters_dialog.rb', line 162 def initialize(owner, target, opts) super owner, target, opts # add_location :body # add_location :header add_location :status add_location :header add_location :flags add_match_type :match add_match_type :not_match add_flag :none add_flag :request end |