module Triggerable::ClassMethods

Public Instance Methods

automation(options, &block) click to toggle source
# File lib/triggerable.rb, line 77
def automation options, &block
  Engine.automation(self, options, block)
end
trigger(options, &block) click to toggle source
# File lib/triggerable.rb, line 73
def trigger options, &block
  Engine.trigger(self, options, block)
end