Sha256: a7306fa7f6fb481607270701a07afeed4ff4198ad6de7fc02457a347300b259a

Contents?: true

Size: 433 Bytes

Versions: 1

Compression:

Stored size: 433 Bytes

Contents

require "fog/core"
require "fog/json"

require File.expand_path('profitbricks/version', __dir__)

module Fog
  module Compute
    autoload :ProfitBricks, File.expand_path('profitbricks/compute', __dir__)
  end

  module Models
    module ProfitBricks
      autoload :Base, File.expand_path('profitbricks/models/base', __dir__)
    end
  end

  module ProfitBricks
    extend Fog::Provider

    service(:compute, "Compute")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-profitbricks-2.0.1 lib/fog/profitbricks.rb