Module: PacketThief::Impl::Manual::NullRuleHandler
Instance Attribute Summary collapse
-
#active_rules ⇒ Object
Returns the value of attribute active_rules.
Instance Method Summary collapse
-
#revert ⇒ Object
Reverts all executed rules that this handler knows about.
-
#run(rule) ⇒ Object
Executes a rule and holds onto it for later removal.
Methods included from Logging
Instance Attribute Details
#active_rules ⇒ Object
Returns the value of attribute active_rules.
12 13 14 |
# File 'lib/packetthief/impl/manual.rb', line 12 def active_rules @active_rules end |
Instance Method Details
#revert ⇒ Object
Reverts all executed rules that this handler knows about.
19 20 |
# File 'lib/packetthief/impl/manual.rb', line 19 def revert end |
#run(rule) ⇒ Object
Executes a rule and holds onto it for later removal.
15 16 |
# File 'lib/packetthief/impl/manual.rb', line 15 def run(rule) end |