Class: TerraspacePluginGoogle::Interfaces::Layer

Inherits:
Object
  • Object
show all
Extended by:
Memoist
Includes:
Terraspace::Plugin::Layer::Interface
Defined in:
lib/terraspace_plugin_google/interfaces/layer.rb

Instance Method Summary collapse

Instance Method Details

#namespaceObject

interface method



9
10
11
# File 'lib/terraspace_plugin_google/interfaces/layer.rb', line 9

def namespace
  GcpData.project
end

#regionObject

interface method



14
15
16
# File 'lib/terraspace_plugin_google/interfaces/layer.rb', line 14

def region
  GcpData.region
end