Method: Halb::LoadBalancer#service_endpoint_for
- Defined in:
- lib/halb/load_balancer.rb
#service_endpoint_for(ip_address) ⇒ Object
19 20 21 |
# File 'lib/halb/load_balancer.rb', line 19 def service_endpoint_for(ip_address) "#{ip_address}:80" end |