Class: PyrRules::EmailActionHandler
- Inherits:
-
ActionHandler
- Object
- ActionHandler
- PyrRules::EmailActionHandler
- Defined in:
- app/rules/pyr_rules/email_action_handler.rb
Instance Attribute Summary
Attributes inherited from ActionHandler
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
#handle ⇒ Object
2 3 4 5 |
# File 'app/rules/pyr_rules/email_action_handler.rb', line 2 def handle super puts "This is in Pyr-Rules. It echos template ------- #{@action.template}" end |