Method: Halb::HAProxy#initialize

Defined in:
lib/halb/ha_proxy.rb

#initialize(host, user, ssh_keys, cluster_ip, proxy_names) ⇒ HAProxy

Returns a new instance of HAProxy.



3
4
5
6
# File 'lib/halb/ha_proxy.rb', line 3

def initialize(host, user, ssh_keys, cluster_ip, proxy_names)
  super(host, user, ssh_keys)
  @cluster_ip, @proxy_names = cluster_ip, proxy_names
end