Class: TerraspacePluginGoogle::Interfaces::Config
- Inherits:
-
Object
- Object
- TerraspacePluginGoogle::Interfaces::Config
- Includes:
- Singleton, Terraspace::Plugin::Config::Interface
- Defined in:
- lib/terraspace_plugin_google/interfaces/config.rb
Instance Method Summary collapse
-
#defaults ⇒ Object
interface method.
-
#provider ⇒ Object
interface method load_project_config: config/plugins/google.rb.
Instance Method Details
#defaults ⇒ Object
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 |
#provider ⇒ Object
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 |