Class: TerraspacePluginGoogle::Interfaces::Layer
- Inherits:
-
Object
- Object
- TerraspacePluginGoogle::Interfaces::Layer
- Extended by:
- Memoist
- Includes:
- Terraspace::Plugin::Layer::Interface
- Defined in:
- lib/terraspace_plugin_google/interfaces/layer.rb
Instance Method Summary collapse
-
#namespace ⇒ Object
interface method.
-
#region ⇒ Object
interface method.
Instance Method Details
#namespace ⇒ Object
interface method
9 10 11 |
# File 'lib/terraspace_plugin_google/interfaces/layer.rb', line 9 def namespace GcpData.project end |
#region ⇒ Object
interface method
14 15 16 |
# File 'lib/terraspace_plugin_google/interfaces/layer.rb', line 14 def region GcpData.region end |