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