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")) ⇒ Object



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

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