Add the missing debug accessor

git-svn-id: file:///home/svn/framework3/trunk@12627 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-05-16 02:12:59 +00:00
parent 9f2ac9ae9f
commit 68ca98b225
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class MessagePackService
attr_accessor :service, :state, :srvhost, :srvport, :uri, :options
attr_accessor :handlers, :default_handler, :method_blacklist
attr_accessor :dispatcher_timeout
attr_accessor :dispatcher_timeout, :debug
def initialize(host, port, options={})
self.dispatcher_timeout = 7200