module TerraspacePluginScaleway
Constants
- VERSION
Public Instance Methods
config()
click to toggle source
# File lib/terraspace_plugin_scaleway.rb, line 21 def config Interfaces::Config.instance.config end
configure(&block)
click to toggle source
Friendlier method for config/plugins/scaleway.rb. Example:
TerraspacePluginScaleway.configure do |config| config.resource.property = "value" end
# File lib/terraspace_plugin_scaleway.rb, line 17 def configure(&block) Interfaces::Config.instance.configure(&block) end
logger()
click to toggle source
# File lib/terraspace_plugin_scaleway.rb, line 26 def logger @@logger ||= Terraspace.logger end
logger=(v)
click to toggle source
# File lib/terraspace_plugin_scaleway.rb, line 30 def logger=(v) @@logger = v end