Module: Triggerable::ClassMethods

Defined in:
lib/triggerable.rb

Instance Method Summary collapse

Instance Method Details

#automation(options, &block) ⇒ Object



52
53
54
# File 'lib/triggerable.rb', line 52

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

#trigger(options, &block) ⇒ Object



48
49
50
# File 'lib/triggerable.rb', line 48

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