Module: Triggerable::ClassMethods

Defined in:
lib/triggerable.rb

Instance Method Summary collapse

Instance Method Details

#automation(options, &block) ⇒ Object



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

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

#trigger(options, &block) ⇒ Object



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

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