Sha256: edbefe77c85b312ced635bd1b1c1870c5c043ae39a46a194527733bf12d3df5b
Contents?: true
Size: 426 Bytes
Versions: 22
Compression:
Stored size: 426 Bytes
Contents
module Fog module OpenStack class Monitoring class Real def list_notification_methods(options = {}) request( :expects => [200], :method => 'GET', :path => "notification-methods", :query => options ) end end class Mock # def list_metrics(options = {}) # # end end end end end
Version data entries
22 entries across 22 versions & 3 rubygems