Class: TerraspacePluginScaleway::Interfaces::Config

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

Instance Method Summary collapse

Instance Method Details

#defaultsObject

interface method must return an ActiveSupport::OrderedOptions



12
13
14
15
16
# File 'lib/terraspace_plugin_scaleway/interfaces/config.rb', line 12

def defaults
  c = ActiveSupport::OrderedOptions.new
  # c.some_default = "value"
  c
end

#providerObject



6
7
8
# File 'lib/terraspace_plugin_scaleway/interfaces/config.rb', line 6

def provider
  "scaleway"
end