Class: Mongrel2::Config::Proxy

Inherits:
Object
  • Object
show all
Defined in:
lib/mongrel2/config/proxy.rb

Overview

Mongrel2 Proxy configuration class

Instance Method Summary collapse

Instance Method Details

#to_sObject

Return a description of the proxy.



17
18
19
# File 'lib/mongrel2/config/proxy.rb', line 17

def to_s
  return "Proxy to %s:%d" % [ self.addr, self.port ]
end