class Consul::Async::ConsulAgentSelf
Object returned by /v1/agent/self, a JSON Map
Public Class Methods
new(consul_endpoint)
click to toggle source
Calls superclass method
Consul::Async::ConsulTemplateAbstractMap::new
# File lib/consul/async/consul_template.rb, line 612 def initialize(consul_endpoint) super(consul_endpoint) end