# File lib/fog/introspection/openstack/requests/list_rules.rb, line 5
        def list_rules
          request(
            :expects => 200,
            :method  => 'GET',
            :path    => "rules"
          )
        end