module Flow::Flow::Trigger
Public Instance Methods
trigger(*arguments, **options)
click to toggle source
# File lib/flow/flow/trigger.rb, line 14 def trigger(*arguments, **options) new(*arguments, **options).trigger end
trigger!(*arguments, **options)
click to toggle source
# File lib/flow/flow/trigger.rb, line 10 def trigger!(*arguments, **options) new(*arguments, **options).trigger! end