Module: Triggerable::ClassMethods

Defined in:
lib/triggerable.rb

Instance Method Summary collapse

Instance Method Details

#automation(options, &block) ⇒ Object



64
65
66
# File 'lib/triggerable.rb', line 64

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

#trigger(options, &block) ⇒ Object



60
61
62
# File 'lib/triggerable.rb', line 60

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