Class: TerraspacePluginGoogle::Interfaces::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton, Terraspace::Plugin::Config::Interface
Defined in:
lib/terraspace_plugin_google/interfaces/config.rb

Instance Method Summary collapse

Instance Method Details

#defaultsObject

interface method



13
14
15
16
17
18
19
# File 'lib/terraspace_plugin_google/interfaces/config.rb', line 13

def defaults
  c = ActiveSupport::OrderedOptions.new
  c.auto_create = true
  c.gcs = ActiveSupport::OrderedOptions.new
  c.gcs.versioning = true
  c
end

#providerObject

interface method load_project_config: config/plugins/google.rb



8
9
10
# File 'lib/terraspace_plugin_google/interfaces/config.rb', line 8

def provider
  "google"
end