Module: BitPoker::BotProxyInterface

Included in:
BotProxy
Defined in:
lib/bitpoker/bot_proxy_interface.rb

Instance Method Summary collapse

Instance Method Details

#trigger(action, args = []) ⇒ Mixed

Trigger bot action

Parameters:

  • bot (String)
  • action (String)
  • args (Array) (defaults to: [])

Returns:

  • (Mixed)

Raises:

  • TCPoker::BotError



12
13
14
# File 'lib/bitpoker/bot_proxy_interface.rb', line 12

def trigger( action, args = [] )
   raise NotImplementedError
end