class Consul::Async::ConsulTemplateNodes
List of nodes of the whole cluster
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 633 def initialize(consul_endpoint) super(consul_endpoint) end