Sha256: 8570562ed5e8ad670890fb5e41fbfab21b6240e0b13a6f01499681ad550b49e7
Contents?: true
Size: 371 Bytes
Versions: 15
Compression:
Stored size: 371 Bytes
Contents
require 'fog/core/model' module Fog module Monitoring class StormOnDemand class Bandwidth < Fog::Model attribute :actual attribute :averages attribute :cost attribute :domain attribute :pricing attribute :projected def initialize(attributes={}) super end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems