Class: Consul::Client::V1

Inherits:
Object
  • Object
show all
Defined in:
lib/consul/client.rb

Instance Method Summary collapse

Instance Method Details

#http(host: "localhost", port: 8500, logger: Logger.new("/dev/null"), rpc_retries_timeout: 10) ⇒ Object



11
12
13
# File 'lib/consul/client.rb', line 11

def http(host: "localhost", port: 8500, logger: Logger.new("/dev/null"), rpc_retries_timeout: 10)
  HTTP.new(host: host, port: port, logger: logger, rpc_retries_timeout: rpc_retries_timeout)
end