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