Sha256: cbd856d555c915806f79ec24fb297c55b629c1ef5f1e6096f1adf3e7f0dfd1b8
Contents?: true
Size: 446 Bytes
Versions: 14
Compression:
Stored size: 446 Bytes
Contents
module Fog module Slicehost extend Fog::Provider service_path 'fog/slicehost' service :compute def self.new(attributes = {}) location = caller.first warning = "[yellow][WARN] Fog::Slicehost#new is deprecated, use Fog::Bluebox::Compute#new instead[/]" warning << " [light_black](" << location << ")[/] " Formatador.display_line(warning) Fog::Slicehost::Compute.new(attributes) end end end
Version data entries
14 entries across 14 versions & 1 rubygems