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

Version Path
fog-0.3.13 lib/fog/slicehost.rb
fog-0.3.12 lib/fog/slicehost.rb
fog-0.3.11 lib/fog/slicehost.rb
fog-0.3.10 lib/fog/slicehost.rb
fog-0.3.9 lib/fog/slicehost.rb
fog-0.3.8 lib/fog/slicehost.rb
fog-0.3.7 lib/fog/slicehost.rb
fog-0.3.6 lib/fog/slicehost.rb
fog-0.3.5 lib/fog/slicehost.rb
fog-0.3.4 lib/fog/slicehost.rb
fog-0.3.3 lib/fog/slicehost.rb
fog-0.3.2 lib/fog/slicehost.rb
fog-0.3.1 lib/fog/slicehost.rb
fog-0.3.0 lib/fog/slicehost.rb