Module: Triggerable::ClassMethods

Defined in:
lib/triggerable.rb

Instance Method Summary collapse

Instance Method Details

#automation(options, &block) ⇒ Object



77
78
79
# File 'lib/triggerable.rb', line 77

def automation options, &block
  Engine.automation(self, options, block)
end

#trigger(options, &block) ⇒ Object



73
74
75
# File 'lib/triggerable.rb', line 73

def trigger options, &block
  Engine.trigger(self, options, block)
end