Sha256: 41f5f9312152c05bf24ccd76d02ed142f7ca1a8b904401738f13396e995e3945
Contents?: true
Size: 297 Bytes
Versions: 15
Compression:
Stored size: 297 Bytes
Contents
module Fog module Monitoring class StormOnDemand class Real def get_bandwidth_stats(options={}) request( :path => '/Monitoring/Bandwidth/stats', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems