Class: WEBrick::ProxyRule
- Inherits:
-
Struct
- Object
- Struct
- WEBrick::ProxyRule
- Defined in:
- lib/webrick/httpreverseproxyserver.rb
Overview
Proxy rule to configure WEBrick::HTTPReverseProxyServer
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#port ⇒ Object
Returns the value of attribute port.
-
#replacement ⇒ Object
Returns the value of attribute replacement.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
8 9 10 |
# File 'lib/webrick/httpreverseproxyserver.rb', line 8 def host @host end |
#pattern ⇒ Object
Returns the value of attribute pattern
8 9 10 |
# File 'lib/webrick/httpreverseproxyserver.rb', line 8 def pattern @pattern end |
#port ⇒ Object
Returns the value of attribute port
8 9 10 |
# File 'lib/webrick/httpreverseproxyserver.rb', line 8 def port @port end |
#replacement ⇒ Object
Returns the value of attribute replacement
8 9 10 |
# File 'lib/webrick/httpreverseproxyserver.rb', line 8 def replacement @replacement end |