Sha256: b41c66d71110e1485a10ec0c8a794feadab63a953cabe6e1935913113608ed3a
Contents?: true
Size: 294 Bytes
Versions: 13
Compression:
Stored size: 294 Bytes
Contents
require "gcp_data" module TerraspacePluginGoogle::Interfaces class Layer include Terraspace::Plugin::Layer::Interface extend Memoist # interface method def namespace GcpData.project end # interface method def region GcpData.region end end end
Version data entries
13 entries across 13 versions & 1 rubygems