Sha256: a6eef5a94c5d3f284ff346f091c73a6a281e112259663536d45921fa108e7f86

Contents?: true

Size: 237 Bytes

Versions: 3

Compression:

Stored size: 237 Bytes

Contents

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
terraspace_plugin_google-0.3.2 lib/terraspace_plugin_google/interfaces/helper.rb
terraspace_plugin_google-0.3.1 lib/terraspace_plugin_google/interfaces/helper.rb
terraspace_plugin_google-0.3.0 lib/terraspace_plugin_google/interfaces/helper.rb