class Consul::Async::ConsulTemplateAbstractArray

Concrete class of a result when the result is a JSON Array

Public Class Methods

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