# File lib/fog/monitoring/openstack/requests/get_notification_method.rb, line 5 def get_notification_method(id) request( :expects => [200], :method => 'GET', :path => "notification-methods/#{id}" ) end