Sha256: 38611fc7440e67a1be7ff94034031b9aedb45bd2f1a80d6e43ad280d4ba1662a

Contents?: true

Size: 461 Bytes

Versions: 15

Compression:

Stored size: 461 Bytes

Contents

module TerraspacePluginGoogle::Interfaces
  class Config
    include Terraspace::Plugin::Config::Interface
    include Singleton

    # interface method
    # load_project_config: config/plugins/google.rb
    def provider
      "google"
    end

    # interface method
    def defaults
      c = ActiveSupport::OrderedOptions.new
      c.auto_create = true
      c.gcs = ActiveSupport::OrderedOptions.new
      c.gcs.versioning = true
      c
    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/config.rb
terraspace_plugin_google-0.4.2 lib/terraspace_plugin_google/interfaces/config.rb
terraspace_plugin_google-0.4.1 lib/terraspace_plugin_google/interfaces/config.rb
terraspace_plugin_google-0.4.0 lib/terraspace_plugin_google/interfaces/config.rb
terraspace_plugin_google-0.3.5 lib/terraspace_plugin_google/interfaces/config.rb
terraspace_plugin_google-0.3.4 lib/terraspace_plugin_google/interfaces/config.rb
terraspace_plugin_google-0.3.3 lib/terraspace_plugin_google/interfaces/config.rb
terraspace_plugin_google-0.3.2 lib/terraspace_plugin_google/interfaces/config.rb
terraspace_plugin_google-0.3.1 lib/terraspace_plugin_google/interfaces/config.rb
terraspace_plugin_google-0.3.0 lib/terraspace_plugin_google/interfaces/config.rb
terraspace_plugin_google-0.2.2 lib/terraspace_plugin_google/interfaces/config.rb
terraspace_plugin_google-0.2.1 lib/terraspace_plugin_google/interfaces/config.rb
terraspace_plugin_google-0.2.0 lib/terraspace_plugin_google/interfaces/config.rb
terraspace_plugin_google-0.1.1 lib/terraspace_plugin_google/interfaces/config.rb
terraspace_plugin_google-0.1.0 lib/terraspace_plugin_google/interfaces/config.rb