Sha256: d0761bcf72fca79e8f36bd619f8faba086d841759b52c7f94e4dbec8e1887346

Contents?: true

Size: 494 Bytes

Versions: 19

Compression:

Stored size: 494 Bytes

Contents

require 'nokogiri'
require 'fog/core/parser'

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::Slicehost::Compute#new instead[/]"
      warning << " [light_black](" << location << ")[/] "
      Formatador.display_line(warning)
      Fog::Slicehost::Compute.new(attributes)
    end

  end
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
fog-0.3.31 lib/fog/slicehost.rb
fog-0.3.30 lib/fog/slicehost.rb
fog-0.3.29 lib/fog/slicehost.rb
fog-0.3.28 lib/fog/slicehost.rb
fog-0.3.27 lib/fog/slicehost.rb
fog-0.3.26 lib/fog/slicehost.rb
fog-0.3.25 lib/fog/slicehost.rb
fog-0.3.24 lib/fog/slicehost.rb
bbcloud-0.8.1 lib/bbcloud/vendor/fog-0.3.23/lib/fog/slicehost.rb
fog-0.3.23 lib/fog/slicehost.rb
fog-0.3.22 lib/fog/slicehost.rb
fog-0.3.21 lib/fog/slicehost.rb
fog-0.3.20 lib/fog/slicehost.rb
fog-0.3.19 lib/fog/slicehost.rb
fog-0.3.18 lib/fog/slicehost.rb
fog-0.3.17 lib/fog/slicehost.rb
fog-0.3.16 lib/fog/slicehost.rb
fog-0.3.15 lib/fog/slicehost.rb
fog-0.3.14 lib/fog/slicehost.rb