Sha256: 6ef1f0cdfd59e96d7d14017f65bd9a38be2bd412de65216c3a20d0198b73424a

Contents?: true

Size: 243 Bytes

Versions: 7

Compression:

Stored size: 243 Bytes

Contents

module TerraspacePluginGoogle::Interfaces
  module Helper
    include Terraspace::Plugin::Helper::Interface

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
terraspace_plugin_google-0.5.0 lib/terraspace_plugin_google/interfaces/helper.rb
terraspace_plugin_google-0.4.2 lib/terraspace_plugin_google/interfaces/helper.rb
terraspace_plugin_google-0.4.1 lib/terraspace_plugin_google/interfaces/helper.rb
terraspace_plugin_google-0.4.0 lib/terraspace_plugin_google/interfaces/helper.rb
terraspace_plugin_google-0.3.5 lib/terraspace_plugin_google/interfaces/helper.rb
terraspace_plugin_google-0.3.4 lib/terraspace_plugin_google/interfaces/helper.rb
terraspace_plugin_google-0.3.3 lib/terraspace_plugin_google/interfaces/helper.rb