Sha256: cadef00065bf5063be6cca25d272f65d3624fe1d47cab1a9d699ef02f550f993

Contents?: true

Size: 301 Bytes

Versions: 15

Compression:

Stored size: 301 Bytes

Contents

require "gcp_data"

module TerraspacePluginGoogle::Interfaces
  class Expander
    include Terraspace::Plugin::Expander::Interface
    delegate :project, :region, to: :gcp_data
    alias_method :namespace, :project
    alias_method :location, :region

    def gcp_data
      GcpData
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

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