Module: BitPoker::BotProxyInterface
- Included in:
- BotProxy
- Defined in:
- lib/bitpoker/bot_proxy_interface.rb
Instance Method Summary collapse
-
#trigger(action, args = []) ⇒ Mixed
Trigger bot action.
Instance Method Details
#trigger(action, args = []) ⇒ Mixed
Trigger bot action
12 13 14 |
# File 'lib/bitpoker/bot_proxy_interface.rb', line 12 def trigger( action, args = [] ) raise NotImplementedError end |