# File lib/fog/introspection/openstack/requests/get_rules.rb, line 15
        def get_rules(_rule_id)
          response = Excon::Response.new
          response.status = 200
          response.body = {"rules" => data[:rules].first}
          response
        end