Sha256: 72bf0c5529aed1a3433acb1531c76c5b806a3df66069f8ef4a6c0222b3ade1d0
Contents?: true
Size: 359 Bytes
Versions: 1
Compression:
Stored size: 359 Bytes
Contents
require 'rubygems' module Factor module Channel class Listener attr_accessor :workflow_id, :event def start(user_id,channel_name,listener_name,event,workflow_name,params,&code) end def stop() end def initialize(workflow_id,event) @workflow_id=workflow_id @event=event end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
factor-0.3.1 | lib/channel/listener.rb |