Sha256: 1bd89ab5a1f9b36404c2ba74da019fb512722c6ff9f47d2eb1a0b1e34d714655
Contents?: true
Size: 294 Bytes
Versions: 76
Compression:
Stored size: 294 Bytes
Contents
module Fog module Rackspace class Monitoring class Real def get_monitoring_zone by_id request( :expects => [200], :method => 'GET', :path => "monitoring_zones/#{by_id}" ) end end end end end
Version data entries
76 entries across 74 versions & 7 rubygems