Class: PyrRules::EmailActionHandler

Inherits:
ActionHandler show all
Defined in:
app/rules/pyr_rules/email_action_handler.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



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