Class: ReverseProxy::Bind::Tcp
- Defined in:
- lib/reverse_proxy/bind.rb
Instance Attribute Summary
Attributes inherited from Formatter
Instance Method Summary collapse
Methods inherited from Formatter
add, formats, #initialize, #to_s, #uri
Constructor Details
This class inherits a constructor from ReverseProxy::Bind::Formatter
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ReverseProxy::Bind::Formatter
Instance Method Details
#scheme ⇒ Object
34 |
# File 'lib/reverse_proxy/bind.rb', line 34 def scheme; "tcp"; end |