Sha256: 1e8458bc67f347db1fa71f6096fbb9eabc1c1bd9213d5d572ee0159f95a3a84d
Contents?: true
Size: 299 Bytes
Versions: 15
Compression:
Stored size: 299 Bytes
Contents
module Fog module Monitoring class StormOnDemand class Real def monitoring_ips(options={}) request( :path => '/Monitoring/Services/monitoringIps', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems