module BitPoker::BotProxyInterface

Public Instance Methods

trigger( action, args = [] ) click to toggle source

Trigger bot action

@raise TCPoker::BotError @param bot [String] @param action [String] @param args [Array] @return [Mixed]

# File lib/bitpoker/bot_proxy_interface.rb, line 12
def trigger( action, args = [] )
   raise NotImplementedError
end