# File radius/packet.rb, line 380 def vsattr(vendorid, name) return(nil) if @vsattributes[vendorid] == nil return(@vsattributes[vendorid][name]) end