class Bnet::InvalidCommandException
Attributes
command[RW]
message[RW]
Public Class Methods
new(message = nil, command = nil)
click to toggle source
# File lib/bnet/command.rb, line 15 def initialize(message = nil, command = nil) @message = message @command = command end