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