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

Version Path
terraspace_plugin_google-0.5.0 lib/terraspace_plugin_google/interfaces/layer.rb
terraspace_plugin_google-0.4.2 lib/terraspace_plugin_google/interfaces/layer.rb
terraspace_plugin_google-0.4.1 lib/terraspace_plugin_google/interfaces/layer.rb
terraspace_plugin_google-0.4.0 lib/terraspace_plugin_google/interfaces/layer.rb
terraspace_plugin_google-0.3.5 lib/terraspace_plugin_google/interfaces/layer.rb
terraspace_plugin_google-0.3.4 lib/terraspace_plugin_google/interfaces/layer.rb
terraspace_plugin_google-0.3.3 lib/terraspace_plugin_google/interfaces/layer.rb
terraspace_plugin_google-0.3.2 lib/terraspace_plugin_google/interfaces/layer.rb
terraspace_plugin_google-0.3.1 lib/terraspace_plugin_google/interfaces/layer.rb
terraspace_plugin_google-0.3.0 lib/terraspace_plugin_google/interfaces/layer.rb
terraspace_plugin_google-0.2.2 lib/terraspace_plugin_google/interfaces/layer.rb
terraspace_plugin_google-0.2.1 lib/terraspace_plugin_google/interfaces/layer.rb
terraspace_plugin_google-0.2.0 lib/terraspace_plugin_google/interfaces/layer.rb