Sha256: 5f58642474c8b142d6483016e008bf74a42e9af275a450fc7bd712b1b63f6960

Contents?: true

Size: 360 Bytes

Versions: 5

Compression:

Stored size: 360 Bytes

Contents

require_relative 'base'

module Consul
  module Client

    # Represents Consul Health Check
    #
    # http://www.consul.io/docs/agent/http/health.html
    #
    class HealthCheck < Base

      # Public return the health checks that correspond to
      def node(node, opts = {})

      end

      def checks(service, opts = {})

      end

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
consul-ruby-client-0.0.13 lib/consul/client/health_check.rb
consul-ruby-client-0.0.12 lib/consul/client/health_check.rb
consul-ruby-client-0.0.11 lib/consul/client/health_check.rb
consul-ruby-client-0.0.10 lib/consul/client/health_check.rb
consul-ruby-client-0.0.9 lib/consul/client/health_check.rb