Sha256: d60127214bc6f928a6e5522690eeec747a07d8fae223cb8b754d1bc8dc929342
Contents?: true
Size: 288 Bytes
Versions: 4
Compression:
Stored size: 288 Bytes
Contents
module Fog module Rackspace class Monitoring class Real def list_notification_plans request( :expects => [200], :method => 'GET', :path => "notification_plans" ) end end end end end
Version data entries
4 entries across 4 versions & 3 rubygems