Class: Consul::Async::ConsulTemplateVaultSecret

Inherits:
ConsulTemplateAbstractMap show all
Defined in:
lib/consul/async/consul_template.rb

Overview

Vault Secrets is a Map of secrets properly decoded

Instance Attribute Summary

Attributes inherited from ConsulTemplateAbstract

#endpoint, #result, #seen_at

Instance Method Summary collapse

Methods inherited from ConsulTemplateAbstract

#_seen_at, #method_missing, #ready?, #respond_to_missing?

Constructor Details

#initialize(vault_endpoint) ⇒ ConsulTemplateVaultSecret

Returns a new instance of ConsulTemplateVaultSecret.



765
766
767
# File 'lib/consul/async/consul_template.rb', line 765

def initialize(vault_endpoint)
  super(vault_endpoint)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Consul::Async::ConsulTemplateAbstract