Sha256: 7067499d384d7adbc66fbf96cf1573befd879190a400f2b77ccc8ac0aec730a4

Contents?: true

Size: 551 Bytes

Versions: 51

Compression:

Stored size: 551 Bytes

Contents

require 'fog/cloudsigma/nested_model'
require 'fog/cloudsigma/models/price_record'

module Fog
  module Compute
    class CloudSigma
      class Pricing < Fog::CloudSigma::CloudsigmaModel
        model_attribute :cpu, PriceRecord
        model_attribute :hdd, PriceRecord
        model_attribute :ip, PriceRecord
        model_attribute :mem, PriceRecord
        model_attribute :sms, PriceRecord
        model_attribute :ssd, PriceRecord
        model_attribute :tx, PriceRecord
        model_attribute :vlan, PriceRecord

      end
    end
  end
end

Version data entries

51 entries across 51 versions & 3 rubygems

Version Path
fog-maestrodev-1.18.0.20131205181604 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.18.0.20131127194823 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.18.0.20131126183714 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.18.0.20131126122111 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.18.0.20131125111730 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.18.0.20131125083406 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.18.0.20131123105121 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.18.0.20131122203507 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.18.0.20131121075022 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.18.0.20131118164830 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.18.0.20131115184302 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.18.0.20131114200144 lib/fog/cloudsigma/models/pricing.rb
gapinc-fog-1.12.1.2.1 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.18.0.20131112185232 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.18.0.20131111203459 lib/fog/cloudsigma/models/pricing.rb
fog-1.18.0 lib/fog/cloudsigma/models/pricing.rb
fog-1.17.0 lib/fog/cloudsigma/models/pricing.rb
fog-1.16.0 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.15.0.20130927082724 lib/fog/cloudsigma/models/pricing.rb
fog-maestrodev-1.15.0.20130829165835 lib/fog/cloudsigma/models/pricing.rb