Sha256: 1f1cf6a81b667e800f216bd3d320c9a318407293f6f7b4e1249c437e4a134d31
Contents?: true
Size: 551 Bytes
Versions: 43
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
43 entries across 41 versions & 6 rubygems