class Consul::Async::ConsulTemplateChecks
List of checks for agent
Public Class Methods
new(consul_endpoint)
click to toggle source
Calls superclass method
Consul::Async::ConsulTemplateAbstractArray::new
# File lib/consul/async/consul_template.rb, line 626 def initialize(consul_endpoint) super(consul_endpoint) end