Sha256: 29c55009fd6929649450d921867fc448baffe898d7a5bf7d3df5dde48b229185

Contents?: true

Size: 399 Bytes

Versions: 2

Compression:

Stored size: 399 Bytes

Contents

require 'fog/core'
require 'fog/json'

module Fog
  module StormOnDemand

    extend Fog::Provider

    service(:compute, 'Compute')
    service(:network, 'Network')
    service(:storage, 'Storage')
    service(:dns, 'DNS')
    service(:billing, 'Billing')
    service(:monitoring, 'Monitoring')
    service(:support, 'Support')
    service(:account, 'Account')
    service(:vpn, 'VPN')

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fog-1.22.0 lib/fog/storm_on_demand/core.rb
fog-1.21.0 lib/fog/storm_on_demand/core.rb