Module: TerraspacePluginGoogle::Interfaces::Helper

Includes:
Terraspace::Plugin::Helper::Interface
Defined in:
lib/terraspace_plugin_google/interfaces/helper.rb,
lib/terraspace_plugin_google/interfaces/helper/secret.rb

Defined Under Namespace

Classes: Secret

Instance Method Summary collapse

Instance Method Details

#google_secret(name, options = {}) ⇒ Object



5
6
7
# File 'lib/terraspace_plugin_google/interfaces/helper.rb', line 5

def google_secret(name, options={})
  Secret.new(@mod, options).fetch(name)
end