class Consul::Async::ConsulTemplateChecks

List of checks for agent

Public Class Methods

new(consul_endpoint) click to toggle source
# File lib/consul/async/consul_template.rb, line 626
def initialize(consul_endpoint)
  super(consul_endpoint)
end