Sha256: 466522e0ab4511029656546e99069932e0344e0d9951246dc6659e3c68185418
Contents?: true
Size: 394 Bytes
Versions: 37
Compression:
Stored size: 394 Bytes
Contents
module Fog module Monitoring class OpenStack class Real def list_notification_method_types request( :expects => [200], :method => 'GET', :path => "notification-methods/types" ) end end class Mock # def list_notification_method_types # # end end end end end
Version data entries
37 entries across 35 versions & 3 rubygems