class Consul::Client::HealthCheck

Represents Consul Health Check

www.consul.io/docs/agent/http/health.html

Public Instance Methods

checks(service, opts = {}) click to toggle source
# File lib/consul/client/health_check.rb, line 17
def checks(service, opts = {})

end
node(node, opts = {}) click to toggle source

Public return the health checks that correspond to

# File lib/consul/client/health_check.rb, line 13
def node(node, opts = {})

end