Class: PyrRules::WebRequestLogger

Inherits:
ActionHandler show all
Defined in:
app/rules/pyr_rules/web_request_logger.rb

Instance Attribute Summary

Attributes inherited from ActionHandler

#action, #event

Instance Method Summary collapse

Methods inherited from ActionHandler

_add_needs_and_recurse, action_listing, configuration, #eval_template, #initialize, #method_missing, needs, reload_configuration, template

Constructor Details

This class inherits a constructor from PyrRules::ActionHandler

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class PyrRules::ActionHandler

Instance Method Details

#handleObject



3
4
5
# File 'app/rules/pyr_rules/web_request_logger.rb', line 3

def handle
  super
end